Interface IBackchannelAuthenticationResponseGenerator
- Namespace
- Duende.IdentityServer.ResponseHandling
- Assembly
- Duende.IdentityServer.dll
Interface the backchannel authentication response generator
public interface IBackchannelAuthenticationResponseGenerator
Methods
ProcessAsync(BackchannelAuthenticationRequestValidationResult)
Processes the response.
Task<BackchannelAuthenticationResponse> ProcessAsync(BackchannelAuthenticationRequestValidationResult validationResult)
Parameters
validationResult
BackchannelAuthenticationRequestValidationResultThe validation result.