core.loginauthenticationresponse.allowedmfamethods
Home > @medplum/core > LoginAuthenticationResponse > allowedMfaMethods
LoginAuthenticationResponse.allowedMfaMethods property
MFA enrollment methods the project allows (e.g. 'totp', 'email').
Signature:
readonly allowedMfaMethods?: ('totp' | 'email')[];