Class ValidatedDeviceAuthorizationRequest
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Models a validated request to the device authorization endpoint.
public class ValidatedDeviceAuthorizationRequest : ValidatedRequest
- Inheritance
-
ValidatedDeviceAuthorizationRequest
- Inherited Members
Constructors
ValidatedDeviceAuthorizationRequest()
public ValidatedDeviceAuthorizationRequest()
Properties
Description
Gets the description the user assigned to the device being authorized.
public string Description { get; set; }
Property Value
- string
The description.
IsOpenIdRequest
Gets or sets a value indicating whether this instance is open identifier request.
public bool IsOpenIdRequest { get; set; }
Property Value
- bool
true
if this instance is open identifier request; otherwise,false
.
RequestedScopes
Gets or sets the requested scopes.
public IEnumerable<string> RequestedScopes { get; set; }
Property Value
- IEnumerable<string>
The scopes.