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§
- A successful token response.
- Error response returned from the device code flow.
- Contains the required information to allow a user to sign in.
Functions§
- Start the device authorization grant flow. The user has only 15 minutes to sign in (the usual value for
expires_in
).