MethodChannelAuth0FlutterAuth class

Inheritance

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

invokeRequest<TOptions extends RequestOptions>({required String method, required ApiRequest<TOptions> request, bool? throwOnNull = true}) Future<Map<String, dynamic>>
login(ApiRequest<AuthLoginOptions> request) Future<Credentials>
override
loginWithOtp(ApiRequest<AuthLoginWithOtpOptions> request) Future<Credentials>
override
multifactorChallenge(ApiRequest<AuthMultifactorChallengeOptions> request) Future<Challenge>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renew(ApiRequest<AuthRenewOptions> request) Future<Credentials>
override
resetPassword(ApiRequest<AuthResetPasswordOptions> request) Future<void>
override
signup(ApiRequest<AuthSignupOptions> request) Future<DatabaseUser>
override
toString() String
A string representation of this object.
inherited
userInfo(ApiRequest<AuthUserInfoOptions> request) Future<UserProfile>
override

Operators

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