mfaStatus property

  1. @TagNumber.new(60)
bool get mfaStatus

@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);
  1. @TagNumber.new(60)
set mfaStatus (bool value)

Implementation

@$pb.TagNumber(60)
set mfaStatus($core.bool value) => $_setBool(31, value);