SecretGeneratorType$json top-level constant

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

Implementation

@$core.Deprecated('Use secretGeneratorTypeDescriptor instead')
const SecretGeneratorType$json = const {
  '1': 'SecretGeneratorType',
  '2': const [
    const {'1': 'SECRET_GENERATOR_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'SECRET_GENERATOR_TYPE_INIT_CODE', '2': 1},
    const {'1': 'SECRET_GENERATOR_TYPE_VERIFY_EMAIL_CODE', '2': 2},
    const {'1': 'SECRET_GENERATOR_TYPE_VERIFY_PHONE_CODE', '2': 3},
    const {'1': 'SECRET_GENERATOR_TYPE_PASSWORD_RESET_CODE', '2': 4},
    const {'1': 'SECRET_GENERATOR_TYPE_PASSWORDLESS_INIT_CODE', '2': 5},
    const {'1': 'SECRET_GENERATOR_TYPE_APP_SECRET', '2': 6},
  ],
};