Table of Contents

Class DeviceAuthorizationResponse

Namespace
Duende.IdentityServer.ResponseHandling
Assembly
Duende.IdentityServer.dll
public class DeviceAuthorizationResponse
Inheritance
DeviceAuthorizationResponse
Inherited Members

Constructors

DeviceAuthorizationResponse()

public DeviceAuthorizationResponse()

Properties

DeviceCode

public string DeviceCode { get; set; }

Property Value

string

DeviceCodeLifetime

public int DeviceCodeLifetime { get; set; }

Property Value

int

Interval

public int Interval { get; set; }

Property Value

int

UserCode

public string UserCode { get; set; }

Property Value

string

VerificationUri

public string VerificationUri { get; set; }

Property Value

string

VerificationUriComplete

public string VerificationUriComplete { get; set; }

Property Value

string