Class OAuth2DeviceCodeResult
Inheritance
OAuth2DeviceCodeResult
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class OAuth2DeviceCodeResult
Constructors
OAuth2DeviceCodeResult(string, string, Uri, TimeSpan?)
Declaration
public OAuth2DeviceCodeResult(string deviceCode, string userCode, Uri verificationUri, TimeSpan? interval)
Parameters
Properties
DeviceCode
Declaration
public string DeviceCode { get; }
Property Value
ExpiresIn
Declaration
public TimeSpan? ExpiresIn { get; }
Property Value
PollingInterval
Declaration
public TimeSpan PollingInterval { get; }
Property Value
UserCode
Declaration
public string UserCode { get; }
Property Value
VerificationUri
Declaration
public Uri VerificationUri { get; }
Property Value