AddSecondFactorToLoginPolicyRequest constructor
AddSecondFactorToLoginPolicyRequest({
- SecondFactorType? type,
Implementation
factory AddSecondFactorToLoginPolicyRequest({
$7.SecondFactorType? type,
}) {
final result = create();
if (type != null) result.type = type;
return result;
}