Structs§
- Auth
Result - Device
Code Info - Device code details shown to the user.
- MsDevice
Code Response
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
DeviceCodeInfoto show the user), then callpoll_device_code().