OidcDeviceClient
OAuth 2.0 Device Authorization Grant client (RFC 8628).
This client handles the requesting-device side of the Device Authorization flow:
Requests a device code from the authorization server.
Polls the token endpoint until the user approves, the code expires, or an error occurs.
Optionally opens the verification URI in a browser tab for the user's convenience.
Functions
Link copied to clipboard
Opens verificationUriComplete in a browser tab (Custom Tab / Auth Tab) so the user can approve the device authorization request.
Link copied to clipboard
Starts the device authorization flow and polls for the token.