Class DeviceFlowAuthorizationRequest
- Namespace
- Duende.IdentityServer.Models
- Assembly
- Duende.IdentityServer.dll
Represents contextual information about a device flow authorization request.
public class DeviceFlowAuthorizationRequest
- Inheritance
-
DeviceFlowAuthorizationRequest
- Inherited Members
Constructors
DeviceFlowAuthorizationRequest()
public DeviceFlowAuthorizationRequest()
Properties
Client
Gets or sets the client.
public Client Client { get; set; }
Property Value
- Client
The client.
ValidatedResources
Gets or sets the validated resources.
public ResourceValidationResult ValidatedResources { get; set; }
Property Value
- ResourceValidationResult
The scopes requested.