Implementation
@$core.Deprecated('Use configDescriptor instead')
const Config$json = const {
'1': 'Config',
'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': 9, '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': 'oidc_providers', '3': 12, '4': 3, '5': 11, '6': '.Nuntio.Config.OidcProvidersEntry', '10': 'oidcProviders'},
const {'1': 'email_providers', '3': 13, '4': 3, '5': 11, '6': '.Nuntio.Config.EmailProvidersEntry', '10': 'emailProviders'},
const {'1': 'selected_email_provider', '3': 14, '4': 1, '5': 14, '6': '.Nuntio.EmailProviderType', '10': 'selectedEmailProvider'},
const {'1': 'text_providers', '3': 15, '4': 3, '5': 11, '6': '.Nuntio.Config.TextProvidersEntry', '10': 'textProviders'},
const {'1': 'selected_text_provider', '3': 16, '4': 1, '5': 14, '6': '.Nuntio.TextProviderType', '10': 'selectedTextProvider'},
const {'1': 'supported_login_mechanisms', '3': 17, '4': 3, '5': 14, '6': '.Nuntio.LoginType', '10': 'supportedLoginMechanisms'},
const {'1': 'templates', '3': 18, '4': 3, '5': 11, '6': '.Nuntio.Config.TemplatesEntry', '10': 'templates'},
const {'1': 'access_token_expiry', '3': 19, '4': 1, '5': 5, '9': 8, '10': 'accessTokenExpiry', '17': true},
const {'1': 'refresh_token_expiry', '3': 20, '4': 1, '5': 5, '9': 9, '10': 'refreshTokenExpiry', '17': true},
const {'1': 'verification_code_expiry', '3': 21, '4': 1, '5': 5, '9': 10, '10': 'verificationCodeExpiry', '17': true},
const {'1': 'password_updated_at', '3': 22, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'passwordUpdatedAt'},
const {'1': 'callbacks', '3': 23, '4': 3, '5': 9, '10': 'callbacks'},
const {'1': 'email_configured', '3': 24, '4': 1, '5': 8, '10': 'emailConfigured'},
const {'1': 'text_configured', '3': 25, '4': 1, '5': 8, '10': 'textConfigured'},
],
'3': const [Config_OidcProvidersEntry$json, Config_EmailProvidersEntry$json, Config_TextProvidersEntry$json, Config_TemplatesEntry$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'},
],
};