Table of Contents

Interface IClientSecretValidator

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Validator for handling client authentication

public interface IClientSecretValidator

Methods

ValidateAsync(HttpContext)

Tries to authenticate a client based on the incoming request

Task<ClientSecretValidationResult> ValidateAsync(HttpContext context)

Parameters

context HttpContext

The context.

Returns

Task<ClientSecretValidationResult>