mfaStatus property
@description Security flag determining whether Multi-Factor Authentication (MFA) has been explicitly provisioned and enabled for this user account.
@example true
Implementation
@$pb.TagNumber(60)
$core.bool get mfaStatus => $_getBF(31);
Implementation
@$pb.TagNumber(60)
set mfaStatus($core.bool value) => $_setBool(31, value);