Skip to main content

Module microsoft

Module microsoft 

Source

Structs§

AuthResult
DeviceCodeInfo
Device code details shown to the user.
MsDeviceCodeResponse

Functions§

poll_device_code
Poll for the MS token, then run the full OAuth chain to an AuthResult.
refresh_token
Refresh the access token using a refresh token.
request_device_code
Step 1: request a device code (return DeviceCodeInfo to show the user), then call poll_device_code().