Interface IBackchannelAuthenticationRequestIdValidator
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
The backchannel authentication request id validator
public interface IBackchannelAuthenticationRequestIdValidator
Methods
ValidateAsync(BackchannelAuthenticationRequestIdValidationContext)
Validates the authentication request id.
Task ValidateAsync(BackchannelAuthenticationRequestIdValidationContext context)
Parameters
context
BackchannelAuthenticationRequestIdValidationContextThe context.