Authorizer<T extends Auth<AuthKeys>> class
Methods
-
biometricEnable(bool enabled)
→ Future<Response<T>>
-
inherited
-
delete({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
dispose()
→ void
-
inherited
-
emit(AuthResponse<T> data, {Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
initialize({bool initialCheck = true, bool listening = false})
→ Future<void>
-
inherited
-
isSignIn()
→ Future<AuthResponse<T>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
signInAnonymously({GuestAuthenticator? authenticator, Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
-
signInByBiometric({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInByEmail(EmailAuthenticator authenticator, {SignByBiometricCallback<T>? onBiometric, Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInByOtp(OtpAuthenticator authenticator, {bool storeToken = false, Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInByPhone(PhoneAuthenticator authenticator, {Object? multiFactorInfo, Object? multiFactorSession, Duration timeout = const Duration(minutes: 2), void onComplete(Credential credential)?, void onFailed(AuthException exception)?, void onCodeSent(String verId, int? forceResendingToken)?, void onCodeAutoRetrievalTimeout(String verId)?, Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInByUsername(UsernameAuthenticator authenticator, {SignByBiometricCallback<T>? onBiometric, Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInWithApple({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInWithFacebook({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInWithGameCenter({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInWithGithub({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInWithGoogle({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInWithMicrosoft({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInWithPlayGames({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signInWithSAML({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
inherited
-
signInWithYahoo({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signOut({Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signUpByEmail(EmailAuthenticator authenticator, {SignByBiometricCallback<T>? onBiometric, Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
signUpByUsername(UsernameAuthenticator authenticator, {SignByBiometricCallback<T>? onBiometric, Object? args, String? id, bool notifiable = true})
→ Future<AuthResponse<T>>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Map<String, dynamic> data, {String? id, bool notifiable = true})
→ Future<T?>
-
inherited
-
verifyPhoneByOtp(OtpAuthenticator authenticator)
→ Future<AuthResponse<T>>
-
inherited