core library
Classes
- AndroidBiometricMessages
- Android side authentication messages.
-
Auth<
Key extends AuthKeys> - Create an authorized model class for User:
-
AuthBuilder<
T extends Auth< AuthKeys> > -
AuthConsumer<
T extends Auth< AuthKeys> > -
AuthController<
T extends Auth< AuthKeys> > -
AuthControllerImpl<
T extends Auth< AuthKeys> > - AuthConverter
- Provides methods for modifying and converting values.
- AuthDataSource
- AuthDataSourceImpl
- AuthDelegateException
- Authenticator
- AuthHandler
- AuthHandlerImpl
- AuthHelper
- AuthKeys
- Create an authorized key class for User:
- AuthMessage
- AuthMessages
-
AuthObserver<
T extends Auth< AuthKeys> > -
AuthorizedDataSource<
T extends Auth< AuthKeys> > -
AuthorizedDataSourceImpl<
T extends Auth< AuthKeys> > - AuthPatterns
-
AuthProvider<
T extends Auth< AuthKeys> > - AuthRepository
- AuthRepositoryImpl
-
AuthResponse<
T extends Auth< AuthKeys> > - AuthValidator
-
BackupDelegate<
T extends Auth< AuthKeys> > -
BackupHandler<
T extends Auth< AuthKeys> > -
BackupHandlerImpl<
T extends Auth< AuthKeys> > -
BackupRepository<
T extends Auth< AuthKeys> > -
BackupRepositoryImpl<
T extends Auth< AuthKeys> > - BiometricConfig
- Credential
- EmailAuthenticator
-
Entity<
Key extends EntityKey> - Represents an entity with a unique identifier and timestamp.
- EntityKey
- Represents the keys associated with an entity.
- IAppleAuthDelegate
- IAppleAuthorizationCredentialAppleID
- IAppleAuthorizationCredentialPassword
- IAppleWebAuthenticationOptions
- Parameters required for web-based authentication flows
- IBiometricAuthDelegate
- A Flutter plugin for authenticating the user identity locally.
- IBiometricMessages
- Abstract class for storing platform specific strings.
- IBiometricOptions
- IFacebookAccessToken
- IFacebookAuthDelegate
- this class implements the FacebookAuthPlatform interface and calls to the native APIs on Android, iOS and web.
- IFacebookClassicToken
- IFacebookLimitedToken
- IFacebookLoginResult
- class to handle a login request
- IGoogleAuthDelegate
- IGoogleSignInAccount
-
Holds fields describing a signed in user's identity, following
GoogleSignInUserData
. - IGoogleSignInAuthentication
- IGoogleSignInInitParameters
- The parameters to use when initializing the sign in process.
- IGoogleSignInTokenData
- Holds authentication data after sign in.
- IGoogleSignInUserData
- Holds information about the signed in user.
- IOSBiometricMessages
- Class wrapping all authentication messages needed on iOS. Provides default values for all messages.
- OAuthAuthenticator
- OAuthDelegates
- OtpAuthenticator
- PhoneAuthenticator
-
Response<
T extends Object> - ResponseMessages
- UserDelegate
- UsernameAuthenticator
- WindowsBiometricMessages
- Windows side authentication messages.
Enums
- AuthProviders
- AuthRegs
- AuthState
- AuthType
- BiometricStatus
- IAppleCredentialState
- IAppleIDAuthorizationScopes
-
The scopes that will be requested with the
AppleIDAuthorizationRequest
. This allows you to request additional information from the user upon sign up. - IBiometricType
- Various types of biometric authentication. Some platforms report specific biometric types, while others report only classifications like strong and weak.
- IFacebookAccessTokenType
- IFacebookLoginBehavior
- defines the login ui Behavior on Android
- IFacebookLoginStatus
- IFacebookLoginTracking
- IGoogleSignInOption
- Default configuration options to use when signing in.
- OtpType
- Status
Extensions
- AuthContextExtension on BuildContext
-
AuthFutureExtension
on Future<
AuthResponse< T> > - EntityObjectHelper on Object?
- Extension methods to provide helper functionalities for object types that represent entities.
- ResponseStatusExtension on Status?
Typedefs
-
EntityBuilder<
T> = T Function(dynamic value) - Defines a function signature for building entities from dynamic data.
- IdentityBuilder = String Function(String uid)
-
OnAuthBuilder<
T extends Auth< AuthKeys> > = Widget Function(BuildContext context, T? data) - OnAuthErrorListener = void Function(BuildContext context, String error)
- OnAuthLoadingListener = void Function(BuildContext context, bool loading)
- OnAuthMessageListener = void Function(BuildContext context, String message)
-
OnAuthStateChangeListener<
T extends Auth< AuthKeys> > = void Function(BuildContext context, AuthState state, T? data) -
OnAuthUserBuilder<
T extends Auth< AuthKeys> > = Widget Function(BuildContext context, T? value) -
SignByBiometricCallback
= Future<
BiometricStatus?> ? Function(BiometricStatus? status) -
SignOutCallback
= Future Function(Auth<
AuthKeys> authorizer) -
UndoAccountCallback
= Future<
bool> Function(Auth<AuthKeys> authorizer)