VerifyTOTPRegistrationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use verifyTOTPRegistrationRequestDescriptor instead')
const VerifyTOTPRegistrationRequest$json = {
  '1': 'VerifyTOTPRegistrationRequest',
  '2': [
    {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
    {'1': 'code', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'code'},
  ],
};