Show / Hide Table of Contents

Class OAuth2TokenResult

Inheritance
object
OAuth2TokenResult
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 OAuth2TokenResult

Constructors

OAuth2TokenResult(string, string)

Declaration
public OAuth2TokenResult(string accessToken, string tokenType)
Parameters
Type Name Description
string accessToken
string tokenType

Properties

AccessToken

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

ExpiresIn

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

RefreshToken

Declaration
public string RefreshToken { get; set; }
Property Value
Type Description
string

Scopes

Declaration
public string[] Scopes { get; set; }
Property Value
Type Description
string[]

TokenType

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