Skip to main content

Access Token

Access Token

  • Endpoint: /realms/master/protocol/openid-connect/token
  • Description: Obtain access token for a user
  • Method: POST
  • Body Params:
NameTypeRequire?Description
grant_typestring[x]
client_idstring[x]
redirect_uriResponse Type[x]
statestring[x]
codestring[x]
code_verifierstring[x]
  • Return Values: JSON object
NameTypeDescription
id_tokenstring
access_tokenstring
refresh_tokenstring
token_typestring
scopestring
......