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
NameValueCollectionThe parameters.
clientValidationResult
ClientSecretValidationResultThe client validation result.