Expand description
Authorize using the device authorization grant flow
This flow allows users to sign in to input-constrained devices such as a smart TV, IoT device, or printer.
You can learn more about this authorization flow here.
Structs§
- Device
Code Authorization - A successful token response.
- Device
Code Error Response - Error response returned from the device code flow.
- Device
Code Phase OneResponse - Contains the required information to allow a user to sign in.
Functions§
- start
- Start the device authorization grant flow.
The user has only 15 minutes to sign in (the usual value for
expires_in).