GoogleAuthenticatorImport_OtpParameters$json top-level constant

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

Implementation

@$core.Deprecated('Use googleAuthenticatorImportDescriptor instead')
const GoogleAuthenticatorImport_OtpParameters$json = const {
  '1': 'OtpParameters',
  '2': const [
    const {'1': 'secret', '3': 1, '4': 1, '5': 12, '10': 'secret'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'issuer', '3': 3, '4': 1, '5': 9, '10': 'issuer'},
    const {
      '1': 'algorithm',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.KeePassOTP.GoogleAuthenticatorImport.Algorithm',
      '10': 'algorithm'
    },
    const {
      '1': 'digits',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.KeePassOTP.GoogleAuthenticatorImport.DigitCount',
      '10': 'digits'
    },
    const {
      '1': 'type',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.KeePassOTP.GoogleAuthenticatorImport.OtpType',
      '10': 'type'
    },
    const {'1': 'counter', '3': 7, '4': 1, '5': 3, '10': 'counter'},
  ],
};