HeraConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use heraConfigDescriptor instead')
const HeraConfig$json = const {
  '1': 'HeraConfig',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'name', '17': true},
    const {'1': 'logo', '3': 2, '4': 1, '5': 11, '6': '.Nuntio.Image', '9': 1, '10': 'logo', '17': true},
    const {'1': 'enable_signup', '3': 3, '4': 1, '5': 8, '9': 2, '10': 'enableSignup', '17': true},
    const {'1': 'enable_login', '3': 4, '4': 1, '5': 8, '9': 3, '10': 'enableLogin', '17': true},
    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, '9': 4, '10': 'validatePassword', '17': true},
    const {'1': 'public_key', '3': 8, '4': 1, '5': 9, '9': 5, '10': 'publicKey', '17': true},
    const {'1': 'hashing_algorithm', '3': 9, '4': 1, '5': 14, '6': '.Nuntio.HashingAlgorithm', '10': 'hashingAlgorithm'},
    const {'1': 'bcrypt', '3': 10, '4': 1, '5': 11, '6': '.Nuntio.Bcrypt', '9': 6, '10': 'bcrypt', '17': true},
    const {'1': 'scrypt', '3': 11, '4': 1, '5': 11, '6': '.Nuntio.Scrypt', '9': 7, '10': 'scrypt', '17': true},
    const {'1': 'supported_login_mechanisms', '3': 12, '4': 3, '5': 14, '6': '.Nuntio.LoginType', '10': 'supportedLoginMechanisms'},
    const {'1': 'templates', '3': 13, '4': 3, '5': 11, '6': '.Nuntio.HeraConfig.TemplatesEntry', '10': 'templates'},
    const {'1': 'access_token_expiry', '3': 14, '4': 1, '5': 5, '9': 8, '10': 'accessTokenExpiry', '17': true},
    const {'1': 'refresh_token_expiry', '3': 15, '4': 1, '5': 5, '9': 9, '10': 'refreshTokenExpiry', '17': true},
    const {'1': 'verification_code_expiry', '3': 16, '4': 1, '5': 5, '9': 10, '10': 'verificationCodeExpiry', '17': true},
    const {'1': 'callbacks', '3': 17, '4': 3, '5': 9, '10': 'callbacks'},
    const {'1': 'id', '3': 18, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'oidc_providers', '3': 19, '4': 3, '5': 11, '6': '.Nuntio.HeraConfig.OidcProvidersEntry', '10': 'oidcProviders'},
  ],
  '3': const [HeraConfig_TemplatesEntry$json, HeraConfig_OidcProvidersEntry$json],
  '8': const [
    const {'1': '_name'},
    const {'1': '_logo'},
    const {'1': '_enable_signup'},
    const {'1': '_enable_login'},
    const {'1': '_validate_password'},
    const {'1': '_public_key'},
    const {'1': '_bcrypt'},
    const {'1': '_scrypt'},
    const {'1': '_access_token_expiry'},
    const {'1': '_refresh_token_expiry'},
    const {'1': '_verification_code_expiry'},
  ],
};