GoogleAuthenticatorImport_Algorithm$json top-level constant

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

Implementation

@$core.Deprecated('Use googleAuthenticatorImportDescriptor instead')
const GoogleAuthenticatorImport_Algorithm$json = const {
  '1': 'Algorithm',
  '2': const [
    const {'1': 'ALGORITHM_UNSPECIFIED', '2': 0},
    const {'1': 'ALGORITHM_SHA1', '2': 1},
    const {'1': 'ALGORITHM_SHA256', '2': 2},
    const {'1': 'ALGORITHM_SHA512', '2': 3},
    const {'1': 'ALGORITHM_MD5', '2': 4},
  ],
};