DeviceAuthorization
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
Properties
| Name |
Type |
Description |
| grant_type |
string |
Denotes the flow you are using. For Device Authorization, use urn:ietf:params:oauth:grant-type:device_code. |
| client_id |
string |
Your application's Client ID. |
| device_code |
string |
The device code previously returned from the /oauth/device/code endpoint. |
JSON Schema