AuthMFAEnrollResponse class

Constructors

AuthMFAEnrollResponse({required String id, required FactorType type, required TOTPEnrollment totp})
const
AuthMFAEnrollResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
ID of the factor that was just enrolled (in an unverified state).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totp TOTPEnrollment
TOTP enrollment information.
final
type FactorType
Type of MFA factor. Only `FactorType.totp supported for now.
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