pub async fn poll_device_token(
client: &Client,
ep: &OAuthEndpoints,
device_code: &str,
) -> Result<DevicePollOutcome, Error>Expand description
A single token-endpoint poll for the device-code grant.
pub async fn poll_device_token(
client: &Client,
ep: &OAuthEndpoints,
device_code: &str,
) -> Result<DevicePollOutcome, Error>A single token-endpoint poll for the device-code grant.