Class OpenIddictServerHandlers.Device
Inheritance
System.Object
OpenIddictServerHandlers.Device
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 static class Device
Properties
DefaultHandlers
Declaration
public static ImmutableArray<OpenIddictServerHandlerDescriptor> DefaultHandlers { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<OpenIddictServerHandlerDescriptor> |
Methods
HandleAsync(ValidateDeviceRequestContext)
Declaration
public ValueTask HandleAsync(ValidateDeviceRequestContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ValidateDeviceRequestContext | context |
Returns
| Type | Description |
|---|---|
| ValueTask |