C# Class Emergy.Core.Services.ReCaptchaValidator

Inheritance: IReCaptchaValidator
Afficher le fichier Open project: gboduljak/Emergy

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetErrors ( ReCaptchaApiResponse apiResponse ) : IReadOnlyCollection
ReCaptchaValidator ( ) : System
Validate ( string response ) : Task

Private Methods

Méthode Description
BuildUrl ( string response ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetErrors() public méthode

public GetErrors ( ReCaptchaApiResponse apiResponse ) : IReadOnlyCollection
apiResponse ReCaptchaApiResponse
Résultat IReadOnlyCollection

ReCaptchaValidator() public méthode

public ReCaptchaValidator ( ) : System
Résultat System

Validate() public méthode

public Validate ( string response ) : Task
response string
Résultat Task