The access token received from the authorization server in the OAuth 2.0 flow.
Specifies the custom name of the Auth0 connection configured for the service account users. Set its value to
Specifies if a Refresh token is requested. In Service Account Integration, this parameter is mandatory when requesting a Refresh token, scope=openid service_account_id offline_access
Specifies the type of access grant. Set its value to password.
Specifies the scope returned in the AuthN ID token. You can specify the value as follows:- openid pib:- retrieves only the two AuthN tokens OR openid service_account_id offline_access:- retrieves the two AuthN tokens and the Refresh token.