validate Device With Id
GET {{baseUrl}}/oauth2/device/validate?user_code=<string>&client_id=<string>
Validates the end-user provided user_code from the user-interaction of the Device Authorization Grant. If you build your own activation form you should validate the user provided code prior to beginning the Authorization grant.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user_code | string | The end-user verification code. | |
client_id | string | The client id. |
RESPONSES
status: OK
""