Creates an instance of Auth0.
Your Auth0 application information
Options for configuring the Auth0 client.
The client identifier of your application.
The Auth0 domain for your tenant.
Optional
headers?: Record<string,
string>
(Optional) Custom headers to include in requests.
Optional
localAuthenticationOptions?: LocalAuthenticationOptions
Options for configuring local authentication.
Optional
telemetry?: Telemetry
Telemetry information to include in requests.
Optional
timeout?: number
The timeout in milliseconds for network requests.
Auth0 for React Native client