ResendPhoneCodeRequest$json top-level constant

  1. @Deprecated('Use resendPhoneCodeRequestDescriptor instead')
Map<String, Object> const ResendPhoneCodeRequest$json

Implementation

@$core.Deprecated('Use resendPhoneCodeRequestDescriptor instead')
const ResendPhoneCodeRequest$json = {
  '1': 'ResendPhoneCodeRequest',
  '2': [
    {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
    {
      '1': 'send_code',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2beta.SendPhoneVerificationCode',
      '9': 0,
      '10': 'sendCode'
    },
    {
      '1': 'return_code',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2beta.ReturnPhoneVerificationCode',
      '9': 0,
      '10': 'returnCode'
    },
  ],
  '8': [
    {'1': 'verification'},
  ],
};