pub async fn poll_device_code(
device_resp: &MsDeviceCodeResponse,
) -> Result<AuthResult>Expand description
Poll for the MS token, then run the full OAuth chain to an AuthResult.
pub async fn poll_device_code(
device_resp: &MsDeviceCodeResponse,
) -> Result<AuthResult>Poll for the MS token, then run the full OAuth chain to an AuthResult.