Show / Hide Table of Contents

Interface IRecaptchaValidator

Namespace: Volo.Abp.Account.Security.Recaptcha
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public interface IRecaptchaValidator

Methods

ValidateAsync(string)

Declaration
Task ValidateAsync(string captchaResponse)
Parameters
Type Name Description
string captchaResponse
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft