latestSwagger 2.0Apache 2.02026-08-21111141361.2 KB

e16ed11d991c

Authentication

Poll for access token

Poll for access token after user completes authentication in browser. Call this repeatedly until success or error.

post/auth/device/token

Request body

device_codestring

DeviceCode from the initial device code response

Response

OK

access_tokenstring

AccessToken is the JWT access token

expires_ininteger

ExpiresIn is the lifetime of the access token in seconds

refresh_tokenstring

RefreshToken for obtaining new access tokens (if offline_access scope was granted)

token_typestring

TokenType is always "Bearer"