SetPassword$json top-level constant
Implementation
@$core.Deprecated('Use setPasswordDescriptor instead')
const SetPassword$json = {
'1': 'SetPassword',
'2': [
{
'1': 'password',
'3': 1,
'4': 1,
'5': 9,
'8': {},
'9': 0,
'10': 'password'
},
{'1': 'hash', '3': 2, '4': 1, '5': 9, '8': {}, '9': 0, '10': 'hash'},
{'1': 'change_required', '3': 3, '4': 1, '5': 8, '10': 'changeRequired'},
{
'1': 'current_password',
'3': 4,
'4': 1,
'5': 9,
'8': {},
'9': 1,
'10': 'currentPassword'
},
{
'1': 'verification_code',
'3': 5,
'4': 1,
'5': 9,
'8': {},
'9': 1,
'10': 'verificationCode'
},
],
'8': [
{'1': 'type'},
{'1': 'verification'},
],
};