Access Token
Access Token
- Endpoint: /realms/master/protocol/openid-connect/token
- Description: Obtain access token for a user
- Method:
POST
- Body Params:
Name | Type | Require? | Description |
---|---|---|---|
grant_type | string | [x] | |
client_id | string | [x] | |
redirect_uri | Response Type | [x] | |
state | string | [x] | |
code | string | [x] | |
code_verifier | string | [x] |
- Return Values:
JSON object
Name | Type | Description |
---|---|---|
id_token | string | |
access_token | string | |
refresh_token | string | |
token_type | string | |
scope | string | |
... | ... |