Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​ResponseHandling.​AuthorizeResponseGenerator
Assembly: Duende.IdentityServer
Inheritance: object → AuthorizeResponseGenerator
Implemented Interfaces
The authorize response generator
Fields and Constants
Options
The options
protected readonly
Services.​ITokenService
TokenService
The token service
protected readonly
Stores.​IAuthorizationCodeStore
AuthorizationCodeStore
The authorization code store
protected readonly
Services.​IEventService
Events
The event service
protected readonly
Microsoft.​Extensions.​Logging.​ILogger
Logger
The logger
protected readonly
IClock
Clock
The clock
protected readonly
Services.​IKeyMaterialService
KeyMaterialService
The key material service
Methods
public
System.​Threading.​Tasks.​Task<​AuthorizeResponse>
CreateResponseAsync​(Validation.​ValidatedAuthorizeRequest request)
Creates the response
request
The request.
protected
System.​Threading.​Tasks.​Task<​AuthorizeResponse>
CreateHybridFlowResponseAsync​(Validation.​ValidatedAuthorizeRequest request)
Creates the response for a hybrid flow request
protected
System.​Threading.​Tasks.​Task<​AuthorizeResponse>
CreateCodeFlowResponseAsync​(Validation.​ValidatedAuthorizeRequest request)
Creates the response for a code flow request
protected
System.​Threading.​Tasks.​Task<​AuthorizeResponse>
CreateImplicitFlowResponseAsync​(Validation.​ValidatedAuthorizeRequest request,
string authorizationCode = null)
Creates the response for a implicit flow request
protected
System.​Threading.​Tasks.​Task<​Models.​AuthorizationCode>
CreateCodeAsync​(Validation.​ValidatedAuthorizeRequest request)
Creates an authorization code
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object