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
parametersNameValueCollectionThe parameters.
clientValidationResultClientSecretValidationResultThe client validation result.