Class OpenIddictServerOwinHandlers.ProcessJsonResponse<TContext>
Contains the logic responsible of processing OpenID Connect responses that must be returned as JSON. Note: this handler is not used when the OpenID Connect request is not initially handled by OWIN.
Inheritance
System.Object
OpenIddictServerOwinHandlers.ProcessJsonResponse<TContext>
Implements
IOpenIddictServerHandler<TContext>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Server.Owin
Assembly: cs.temp.dll.dll
Syntax
public class ProcessJsonResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
Type Parameters
Name | Description |
---|---|
TContext |
Properties
Descriptor
Gets the default descriptor definition assigned to this handler.
Declaration
public static OpenIddictServerHandlerDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
OpenIddictServerHandlerDescriptor |
Methods
HandleAsync(TContext)
Processes the event.
Declaration
public ValueTask HandleAsync(TContext context)
Parameters
Type | Name | Description |
---|---|---|
TContext | context | The context associated with the event to process. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.ValueTask | A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation. |