AuthClientTwoFactorRecoveryCodes class
Recovery codes returned after two-factor activation or regeneration.
Constructors
-
AuthClientTwoFactorRecoveryCodes(List<
String> codes) -
Creates a recovery-code collection.
const
-
AuthClientTwoFactorRecoveryCodes.fromJson(Map<
String, dynamic> json) -
Decodes recovery codes 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