v1

latestOpenAPI 3.0.1Apache 2.02026-07-145510.4 KB

Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant

post/v1/device/code

Response

Created

device_codestring nullable

The device verification code.

expires_ininteger nullable

The expiration time of the device_code and user_code in seconds.

intervalinteger nullable

The minimum amount of time in seconds that the client should wait between polling requests to the token endpoint.

user_codestring nullable

The verification code which end user uses to verify authorization request.

verification_uristring nullable

The URI that the end user visits to verify authorization request.

verification_uri_completestring nullable

The URI with user_code that the end-user alternatively visits to verify authorization request.