Skip to main content
Version: Next

RefreshGrantResponse

access_tokenstringrequired

Flow-bound access JWT

token_typestringrequired

Possible values: [Bearer]

expires_innumberrequired

Access token lifetime in seconds

Example: 300
refresh_tokenstringrequired

Rotated single-use refresh token

RefreshGrantResponse
{
"access_token": "string",
"token_type": "Bearer",
"expires_in": 300,
"refresh_token": "string"
}