Class OpenIddictServerHandlers.AttachUserCodePrincipal
Contains the logic responsible of attaching the claims principal resolved from the user code.
Inheritance
System.Object
OpenIddictServerHandlers.AttachUserCodePrincipal
Implements
IOpenIddictServerHandler<HandleVerificationRequestContext>
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
Assembly: cs.temp.dll.dll
Syntax
public class AttachUserCodePrincipal : IOpenIddictServerHandler<HandleVerificationRequestContext>
Constructors
AttachUserCodePrincipal(IOpenIddictServerDispatcher)
Declaration
public AttachUserCodePrincipal(IOpenIddictServerDispatcher dispatcher)
Parameters
Type | Name | Description |
---|---|---|
IOpenIddictServerDispatcher | dispatcher |
Properties
Descriptor
Gets the default descriptor definition assigned to this handler.
Declaration
public static OpenIddictServerHandlerDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
OpenIddictServerHandlerDescriptor |
Methods
HandleAsync(HandleVerificationRequestContext)
Processes the event.
Declaration
public ValueTask HandleAsync(HandleVerificationRequestContext context)
Parameters
Type | Name | Description |
---|---|---|
HandleVerificationRequestContext | context |
Returns
Type | Description |
---|---|
ValueTask | A |