Connect
Create Access Token
Retrieve an OAuth2 JWT Bearer access_token
, refresh_token
, and id_token
(if using OpenID). Tokens can be obtained by passing an authorization_code
or a refresh_token
.
POST
Body
application/json
Available options:
authorization_code
Your Connect Client ID obtained in the community dashboard.
Your Connect Client Secret obtained in the community dashboard.
The location the user will be redirected to. Must be defined in the connect app.
The code received from the url query during the authorization flow.
The code verifier if using PKCE