SetPassword$json top-level constant
Implementation
@$core.Deprecated('Use setPasswordDescriptor instead')
const SetPassword$json = {
'1': 'SetPassword',
'2': [
{
'1': 'password',
'3': 1,
'4': 1,
'5': 11,
'6': '.zitadel.user.v2beta.Password',
'9': 0,
'10': 'password'
},
{
'1': 'hashed_password',
'3': 2,
'4': 1,
'5': 11,
'6': '.zitadel.user.v2beta.HashedPassword',
'9': 0,
'10': 'hashedPassword'
},
{
'1': 'current_password',
'3': 3,
'4': 1,
'5': 9,
'8': {},
'9': 1,
'10': 'currentPassword'
},
{
'1': 'verification_code',
'3': 4,
'4': 1,
'5': 9,
'8': {},
'9': 1,
'10': 'verificationCode'
},
],
'8': [
{'1': 'password_type'},
{'1': 'verification'},
],
};