Auth0FlutterAuthPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • Auth0FlutterAuthPlatform
Implementers

Constructors

Auth0FlutterAuthPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

login(ApiRequest<AuthLoginOptions> request) Future<Credentials>
loginWithOtp(ApiRequest<AuthLoginWithOtpOptions> request) Future<Credentials>
multifactorChallenge(ApiRequest<AuthMultifactorChallengeOptions> request) Future<Challenge>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renew(ApiRequest<AuthRenewOptions> request) Future<Credentials>
resetPassword(ApiRequest<AuthResetPasswordOptions> request) Future<void>
signup(ApiRequest<AuthSignupOptions> request) Future<DatabaseUser>
toString() String
A string representation of this object.
inherited
userInfo(ApiRequest<AuthUserInfoOptions> request) Future<UserProfile>

Operators

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

Static Properties

instance Auth0FlutterAuthPlatform
getter/setter pair