Auth0Authentication is a datatype for authenticating through Auth0. It implements the interface datatype, AuthenticationMethod.

Table: Auth0Authentication

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 23, 2024
allowSignupbooleanyes Long-TermWhether to allow users to sign up.
auth0Domainstringyes Long-TermThe authentication domain.
clientIdstringyes Long-TermThe unique identifier of the client.
namestringyes Long-TermThe display name of the authentication method.
redirectUrlstringyes Long-TermThe URL to which to redirect the user after authenticating.