Object containing information about the access token.
Example:
{ "id": "aeeb8bfa-e8f4-4724-9427-c3d5af66190e", "scope": ["openid", "required_scope"], "acr": "1", "permissions": ["castles:read", "castles:create", "castles:update", "castles:delete"], "access_token": "ACCESS_TOKEN",} Copy
{ "id": "aeeb8bfa-e8f4-4724-9427-c3d5af66190e", "scope": ["openid", "required_scope"], "acr": "1", "permissions": ["castles:read", "castles:create", "castles:update", "castles:delete"], "access_token": "ACCESS_TOKEN",}
Access token you can use to call the Fief API.
Level of Authentication Context class Reference.
ID of the user.
List of granted permissions for this user.
List of granted scopes for this access token.
Object containing information about the access token.
Example: