Skip to main content

poll_device_token

Function poll_device_token 

Source
pub async fn poll_device_token(
    client: &Client,
    ep: &OAuthEndpoints,
    device_code: &str,
) -> Result<DevicePollOutcome>
Expand description

A single token-endpoint poll for the device-code grant.