v1
latestOpenAPI 3.0.3Apache 2.02026-07-175068227.4 KBoAuth2
The OAuth 2.0 Device Authorize Endpoint
This endpoint is not documented here because you should never use your own implementation to perform OAuth2 flows. OAuth2 is a very popular protocol and a library for your programming language will exist.
To learn more about this flow please refer to the specification: https://tools.ietf.org/html/rfc8628
post/oauth2/device/auth
Response
deviceAuthorization
Example response
{
"user_code": "AAAAAA",
"device_code": "ory_dc_smldfksmdfkl.mslkmlkmlk",
"interval": 5,
"verification_uri_complete": "https://auth.ory.sh/tv?user_code=AAAAAA",
"verification_uri": "https://auth.ory.sh/tv",
"expires_in": 16830
}