Interface ConfigFile.IGoogleRecaptchaConfiguration
Confuguration values for the Google Recaptcha validation service. Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IGoogleRecaptchaConfiguration
Properties
SecretKey
The secret key from the Google Recaptcha instance.
Declaration
string SecretKey { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteKey
The site key from from the Google Recaptcha instance.
Declaration
string SiteKey { get; set; }
Property Value
Type | Description |
---|---|
string |
VerificationUrl
URL for Google Recaptcha validation service.
Declaration
string VerificationUrl { get; set; }
Property Value
Type | Description |
---|---|
string |