Config$json top-level constant

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

Implementation

@$core.Deprecated('Use configDescriptor instead')
const Config$json = const {
  '1': 'Config',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'logo', '3': 2, '4': 1, '5': 9, '10': 'logo'},
    const {'1': 'disable_signup', '3': 3, '4': 1, '5': 8, '10': 'disableSignup'},
    const {'1': 'disable_login', '3': 4, '4': 1, '5': 8, '10': 'disableLogin'},
    const {'1': 'created_at', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
    const {'1': 'updated_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'updatedAt'},
    const {'1': 'validate_password', '3': 7, '4': 1, '5': 8, '10': 'validatePassword'},
    const {'1': 'verify_email', '3': 8, '4': 1, '5': 8, '10': 'verifyEmail'},
    const {'1': 'supported_login_mechanisms', '3': 9, '4': 3, '5': 14, '6': '.Hera.LoginType', '10': 'supportedLoginMechanisms'},
    const {'1': 'verify_phone', '3': 10, '4': 1, '5': 8, '10': 'verifyPhone'},
    const {'1': 'public_key', '3': 11, '4': 1, '5': 9, '10': 'publicKey'},
  ],
};