Table of Contents

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

string

ClientId

Client ID of the application.

public string ClientId { get; set; }

Property Value

string

Scope

Optional scopes to be requested. Separate multiple values with a space.

public string Scope { get; set; }

Property Value

string