allowedMfaTypes property

Set<MfaType>? allowedMfaTypes
final

The allowed MFA types.

This is non-null when the sign-in step requires an MFA method to be selected (AuthSignInStep.continueSignInWithMfaSelection).

Implementation

final Set<MfaType>? allowedMfaTypes;