MfaPreference enum

The MFA preference for an MFA type.

If multiple methods are available and no method is preferred, the user will be given the choice to select which MFA type they'd prefer to use when signing in.

Inheritance

Constructors

MfaPreference()
const

Values

disabled → const MfaPreference

The MFA type is disabled and users will no longer be able to use it during sign-in.

enabled → const MfaPreference

The MFA type is enabled and users will be able to use it during sign-in.

If multiple methods are available and no method is preferred, the user will be given the choice to select which MFA type they'd prefer to use when signing in.

preferred → const MfaPreference

The MFA type is enabled and marked as the preferred option when signing in.

If multiple methods are available and no method is preferred, the user will be given the choice to select which MFA type they'd prefer to use when signing in.

notPreferred → const MfaPreference

The MFA type is enabled and unmarked as the preferred option when signing in.

If multiple methods are available and no method is preferred, the user will be given the choice to select which MFA type they'd prefer to use when signing in.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<MfaPreference>
A constant List of the values in this enum, in order of their declaration.