SignInOptions class
Used to require additional behaviors when authenticating a user.
Constructors
-
SignInOptions({String? stepupRefreshJwt, String? mfaRefreshJwt, Map<
String, dynamic> customClaims = const {}}) -
const
Properties
-
customClaims
→ Map<
String, dynamic> -
Adds additional custom claims to the user's JWT during authentication.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mfaRefreshJwt → String?
-
Used to add layered security to your app by implementing Multi-factor authentication.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepupRefreshJwt → String?
-
Used to add layered security to your app by implementing Step-up authentication.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited