ForgeRock OAuth 2.0 Token Response
An OAuth 2.0 token response from the ForgeRock Access Management token endpoint. Conforms to RFC 6749 and OpenID Connect Core specifications.
Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOAuthOpenID Connect
Properties
| Name |
Type |
Description |
| access_token |
string |
The access token issued by the authorization server |
| token_type |
string |
The type of token issued (typically Bearer) |
| expires_in |
integer |
Lifetime of the access token in seconds |
| refresh_token |
string |
Refresh token that can be used to obtain new access tokens |
| scope |
string |
Space-delimited list of scopes granted to the access token |
| id_token |
string |
OpenID Connect ID token (JWT) when openid scope is requested |
JSON Schema