Auth0 class

Primary interface for interacting with Auth0 using web authentication, or the authentication API.

Constructors

Auth0(String domain, String clientId, {LocalAuthentication? localAuthentication, CredentialsManager? credentialsManager})
Creates an intance of an Auth0 client with the provided domain and clientId properties.

Properties

api AuthenticationApi
An instance of AuthenticationApi, the primary interface for interacting with the Auth0 Authentication API
no setter
credentialsManager CredentialsManager
Secure Credentials store.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
webAuthentication({String? scheme, bool useCredentialsManager = true}) WebAuthentication
Creates an instance of WebAuthentication, the primary interface for interacting with the Auth0 Universal Login page.

Operators

operator ==(Object other) bool
The equality operator.
inherited