Optional
client_Specify this to override the parent class's clientId
Optional
client_Specify this to override the parent class's clientSecret
Optional
client_Specify this to provide your own client assertion JWT rather than
the class creating one for you from the clientAssertionSigningKey
.
Optional
client_If you provide your own client_assertion
you should also provide
the client_assertion_type
.
URI to redirect to.
The response_type the client expects.
Optional
response_The response_mode to use.
Optional
nonceThe nonce.
Optional
stateState value to be passed back on successful authorization.
Optional
connectionName of the connection.
Optional
scopeScopes to request. Multiple scopes must be separated by a space character.
Optional
audienceThe unique identifier of the target API you want to access.
Optional
organizationThe organization to log the user in to.
Optional
invitationThe id of an invitation to accept.
Optional
code_A Base64-encoded SHA-256 hash of the AuthorizationCodeGrantWithPKCERequest.code_verifier used for the Authorization Code Flow with PKCE.
Optional
requestAllows JWT-Secured Authorization Request (JAR), when JAR & PAR request are used together. Reference
Optional
authorization_A JSON stringified array of objects. It can carry fine-grained authorization data in OAuth messages as part of Rich Authorization Requests (RAR) Reference
Allow for any custom property to be sent to Auth0