AuthClientTwoFactorStepUp class
Result of completing a recent step-up verification.
Constructors
- AuthClientTwoFactorStepUp({required DateTime expiresAt})
-
Creates a successful step-up proof result.
const
-
AuthClientTwoFactorStepUp.fromJson(Map<
String, dynamic> json) -
Decodes a step-up proof result from JSON.
factory
Properties
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