Table of Contents

Interface IBackchannelAuthenticationRequestValidator

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

Interface for the backchannel authentication request validator

public interface IBackchannelAuthenticationRequestValidator

Methods

ValidateRequestAsync(NameValueCollection, ClientSecretValidationResult)

Validates the request.

Task<BackchannelAuthenticationRequestValidationResult> ValidateRequestAsync(NameValueCollection parameters, ClientSecretValidationResult clientValidationResult)

Parameters

parameters NameValueCollection

The parameters.

clientValidationResult ClientSecretValidationResult

The client validation result.

Returns

Task<BackchannelAuthenticationRequestValidationResult>