Method | Description | |
---|---|---|
CreateTicket ( CreateTicketContext context ) : System.Threading.Tasks.Task |
Invoked when a ticket is to be created from an introspection response.
|
|
RequestTokenIntrospection ( RequestTokenIntrospectionContext context ) : System.Threading.Tasks.Task |
Invoked when a token is to be sent to the authorization server for introspection.
|
|
RetrieveToken ( RetrieveTokenContext context ) : System.Threading.Tasks.Task |
Invoked when a token is to be parsed from a newly-received request.
|
|
ValidateToken ( ValidateTokenContext context ) : System.Threading.Tasks.Task |
Invoked when a token is to be validated, before final processing.
|
public CreateTicket ( CreateTicketContext context ) : System.Threading.Tasks.Task | ||
context | CreateTicketContext | |
return | System.Threading.Tasks.Task |
public RequestTokenIntrospection ( RequestTokenIntrospectionContext context ) : System.Threading.Tasks.Task | ||
context | RequestTokenIntrospectionContext | |
return | System.Threading.Tasks.Task |
public RetrieveToken ( RetrieveTokenContext context ) : System.Threading.Tasks.Task | ||
context | RetrieveTokenContext | |
return | System.Threading.Tasks.Task |
public ValidateToken ( ValidateTokenContext context ) : System.Threading.Tasks.Task | ||
context | ValidateTokenContext | |
return | System.Threading.Tasks.Task |