AppAuthnProto_SmsVerifyTokenRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use appAuthnProtoDescriptor instead')
const AppAuthnProto_SmsVerifyTokenRequest$json = {
  '1': 'SmsVerifyTokenRequest',
  '2': [
    {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
    {'1': 'token', '3': 2, '4': 1, '5': 9, '10': 'token'},
    {'1': 'push_token', '3': 3, '4': 1, '5': 9, '10': 'pushToken'},
    {'1': 'uid', '3': 4, '4': 1, '5': 9, '10': 'uid'},
    {'1': 'app_type', '3': 5, '4': 1, '5': 14, '6': '.Auth.AppAuthnProto.AppType', '10': 'appType'},
  ],
};