Class NullRecaptchaValidator
Inheritance
NullRecaptchaValidator
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class NullRecaptchaValidator : IRecaptchaValidator
Constructors
NullRecaptchaValidator()
Declaration
public NullRecaptchaValidator()
Properties
Instance
Declaration
public static NullRecaptchaValidator Instance { get; }
Property Value
Methods
ValidateAsync(string)
Declaration
public Task ValidateAsync(string captchaResponse)
Parameters
Type |
Name |
Description |
string |
captchaResponse |
|
Returns
Implements
Extension Methods