AuthenticationAdvancedProvider class

Inheritance

Constructors

AuthenticationAdvancedProvider({Key? key, required Widget child, AuthenticationSocialBloc? authBloc, AuthenticationBasicBloc? authBasicBloc, bool autoGetSession = true, Future<bool> onRequiresCredentialsReAuthentication(RequiresReAuthenticationFailure failure)?})
const

Properties

authBasicBloc → AuthenticationBasicBloc?
Provide a custom AuthenticationBasicBloc which is instanced inside advanced bloc useful when using AuthGuard since it requires access to the bloc
final
authBloc AuthenticationSocialBloc?
Provide a custom AuthenticationSocialBloc useful when using AuthGuard since it requires access to the bloc
final
autoGetSession bool
Automatically dispatch the initial GetSession event for checking if user is Authenticated defaults to true
final
child Widget
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onRequiresCredentialsReAuthentication Future<bool> Function(RequiresReAuthenticationFailure failure)?
provide a callback to be used if firebase requires the user to re authenticate This way the user can take advantage and show a modal to the user notifying the need of they to re-authenticate, if the future resolves to true the system will perform a re-authentication
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<AuthenticationAdvancedProvider>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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