Show / Hide Table of Contents

Class OAuth2DeviceCodeResult

Inheritance
object
OAuth2DeviceCodeResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager.Authentication.OAuth
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
Type Name Description
string deviceCode
string userCode
Uri verificationUri
TimeSpan? interval

Properties

DeviceCode

Declaration
public string DeviceCode { get; }
Property Value
Type Description
string

ExpiresIn

Declaration
public TimeSpan? ExpiresIn { get; }
Property Value
Type Description
TimeSpan?

PollingInterval

Declaration
public TimeSpan PollingInterval { get; }
Property Value
Type Description
TimeSpan

UserCode

Declaration
public string UserCode { get; }
Property Value
Type Description
string

VerificationUri

Declaration
public Uri VerificationUri { get; }
Property Value
Type Description
Uri
In this article
Back to top Generated by DocFX