Token Response
Successful Response
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store
{
"access_token": "eyJhbGciOiJSUzI1NiIs...",
"token_type": "Bearer",
"expires_in": 3600,
"refresh_token": "dGhpcyBpcyBhIHJlZnJlc2g...",
"scope": "openid profile email",
"id_token": "eyJhbGciOiJSUzI1NiIs..."
}Response Fields
Field
Type
Description
Access Token Format
Decoded JWT
JWT Claims
Claim
Description
Token Types by Grant
Authorization Code
Client Credentials
Refresh Token
Bearer Token Usage
Authorization Header (Recommended)
Query Parameter (Not Recommended)
Error Response
Token Validation
JWT Validation Steps
Example Validation
Token Introspection
Caching
Next Steps
Last updated
Was this helpful?