TwoFactorProto$json top-level constant

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

Implementation

@$core.Deprecated('Use twoFactorProtoDescriptor instead')
const TwoFactorProto$json = {
  '1': 'TwoFactorProto',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
    {'1': 'account_id', '3': 2, '4': 1, '5': 3, '10': 'accountId'},
    {'1': 'browser_fingerprint', '3': 3, '4': 1, '5': 9, '10': 'browserFingerprint'},
  ],
  '3': [TwoFactorProto_SetupRequest$json, TwoFactorProto_SetupReply$json, TwoFactorProto_ConfirmRequest$json, TwoFactorProto_ConfirmReply$json, TwoFactorProto_RemoveRequest$json, TwoFactorProto_ValidateRequest$json],
};