oAuth2
OAuth 2.0 Device Verification Endpoint
This is the device user verification endpoint. The user is redirected here when trying to log in using the device flow.
get/oauth2/device/verify
Response
errorOAuth2
Example response
{
"error_hint": "The redirect URL is not allowed.",
"status_code": 401
}Changes
Changed in 2 of the 51 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲