Optionalclient_Specify this to override the parent class's clientId
Optionalclient_Specify this to override the parent class's clientSecret
Optionalclient_Specify this to provide your own client assertion JWT rather than
the class creating one for you from the clientAssertionSigningKey.
Optionalclient_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.
Optionalresponse_The response_mode to use.
OptionalnonceThe nonce.
OptionalstateState value to be passed back on successful authorization.
OptionalconnectionName of the connection.
OptionalscopeScopes to request. Multiple scopes must be separated by a space character.
OptionalaudienceThe unique identifier of the target API you want to access.
OptionalorganizationThe organization to log the user in to.
OptionalinvitationThe id of an invitation to accept.
Optionalcode_A Base64-encoded SHA-256 hash of the AuthorizationCodeGrantWithPKCERequest.code_verifier used for the Authorization Code Flow with PKCE.
OptionalrequestAllows JWT-Secured Authorization Request (JAR), when JAR & PAR request are used together. Reference
Optionalauthorization_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