Bearer Token
User Authentication
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"access_token": "eyJhbGciOiJ...",
"expires_in": 300,
"refresh_expires_in": 1800,
"refresh_token": "eyJhbGciOiJI...",
"token_type": "bearer",
"not-before-policy": 1588002927,
"session_state": "b0451c5f-5233-4404-b601-558253efe3a6",
"scope": "oli_user_role"
}Response description
Refreshing
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?