Interface IAuthorizeResponseGenerator
- Namespace
- Duende.IdentityServer.ResponseHandling
- Assembly
- Duende.IdentityServer.dll
Interface for the authorize response generator
public interface IAuthorizeResponseGenerator
Methods
CreateResponseAsync(ValidatedAuthorizeRequest)
Creates the response
Task<AuthorizeResponse> CreateResponseAsync(ValidatedAuthorizeRequest request)
Parameters
request
ValidatedAuthorizeRequestThe request.