AddCustomLockoutPolicyRequest$json top-level constant
- @Deprecated('Use addCustomLockoutPolicyRequestDescriptor instead')
Map<String, Object>
const
AddCustomLockoutPolicyRequest$json
Implementation
@$core.Deprecated('Use addCustomLockoutPolicyRequestDescriptor instead')
const AddCustomLockoutPolicyRequest$json = {
'1': 'AddCustomLockoutPolicyRequest',
'2': [
{
'1': 'max_password_attempts',
'3': 1,
'4': 1,
'5': 13,
'8': {},
'10': 'maxPasswordAttempts'
},
{
'1': 'max_otp_attempts',
'3': 2,
'4': 1,
'5': 13,
'8': {},
'10': 'maxOtpAttempts'
},
],
};