Class DeviceCodeRequest
- Namespace
- Auth0.AuthenticationApi.Models
- Assembly
- Auth0.AuthenticationApi.dll
Represents a request to start a Device Authorization flow.
public class DeviceCodeRequest
- Inheritance
-
DeviceCodeRequest
- Inherited Members
Properties
Audience
Optional unique identifier of the target API to access.
public string Audience { get; set; }
Property Value
ClientId
Client ID of the application.
public string ClientId { get; set; }
Property Value
Scope
Optional scopes to be requested. Separate multiple values with a space.
public string Scope { get; set; }