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