Interface IApiSecretValidator
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Validator for handling API client authentication.
public interface IApiSecretValidator
Methods
ValidateAsync(HttpContext)
Tries to authenticate an API client based on the incoming request
Task<ApiSecretValidationResult> ValidateAsync(HttpContext context)
Parameters
context
HttpContextThe context.