async fn token_device_code(
services: &Services,
body: &TokenRequest,
) -> Result<Response<Body>>Expand description
RFC 8628 §3.4: poll the device-code grant; pending, denied and expired map to the §3.5 error codes.
async fn token_device_code(
services: &Services,
body: &TokenRequest,
) -> Result<Response<Body>>RFC 8628 §3.4: poll the device-code grant; pending, denied and expired map to the §3.5 error codes.