v1

latestOpenAPI 3.0.3Apache 2.02026-07-175068227.4 KB
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

errorstring

Error

error_debugstring

Error Debug Information

Only available in dev mode.

error_descriptionstring

Error Description

error_hintstring

Error Hint

Helps the user identify the error cause.

status_codeinteger

HTTP Status Code

Example response

{
  "error_debug": "error_debug",
  "status_code": 401,
  "error_description": "error_description",
  "error": "error",
  "error_hint": "The redirect URL is not allowed."
}