POST
/
getAccessToken

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
access_token
string

The access token obtained in the access_token response parameter of getToken request

assertion
string

The AuthN ID token obtained in the id_token response parameter of getToken request

client_id
string

Specifies the unique Auth0-registered client identifier.

grant_type
string

Identifies the passed AuthN ID token as the grant type to get an access token. Set its value to urn:ietf:params:oauth:grant-type:jwt-bearer.

scope
string

Specifies the level of access that the client requests. Set its value to openid pib

Response

200 - application/json
access_token
string

access token for authentication

token_type
string

access type (Bearer) .

expires_in
string

token type (Bearer).