AuthenticatorRegistrationCode$json top-level constant

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

Implementation

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