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.
pub async fn poll_device_token(
client: &Client,
ep: &OAuthEndpoints,
device_code: &str,
) -> Result<DevicePollOutcome>A single token-endpoint poll for the device-code grant.