GoogleAuthenticatorImport$json top-level constant

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

Implementation

@$core.Deprecated('Use googleAuthenticatorImportDescriptor instead')
const GoogleAuthenticatorImport$json = const {
  '1': 'GoogleAuthenticatorImport',
  '2': const [
    const {
      '1': 'otp_parameters',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.KeePassOTP.GoogleAuthenticatorImport.OtpParameters',
      '10': 'otpParameters'
    },
    const {'1': 'version', '3': 2, '4': 1, '5': 5, '10': 'version'},
    const {'1': 'batch_size', '3': 3, '4': 1, '5': 5, '10': 'batchSize'},
    const {'1': 'batch_index', '3': 4, '4': 1, '5': 5, '10': 'batchIndex'},
    const {'1': 'batch_id', '3': 5, '4': 1, '5': 5, '10': 'batchId'},
  ],
  '3': const [GoogleAuthenticatorImport_OtpParameters$json],
  '4': const [
    GoogleAuthenticatorImport_Algorithm$json,
    GoogleAuthenticatorImport_DigitCount$json,
    GoogleAuthenticatorImport_OtpType$json
  ],
};