Class OAuth2TokenResult
Inheritance
OAuth2TokenResult
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class OAuth2TokenResult
Constructors
OAuth2TokenResult(string, string)
Declaration
public OAuth2TokenResult(string accessToken, string tokenType)
Parameters
Properties
AccessToken
Declaration
public string AccessToken { get; }
Property Value
ExpiresIn
Declaration
public TimeSpan? ExpiresIn { get; set; }
Property Value
RefreshToken
Declaration
public string RefreshToken { get; set; }
Property Value
Scopes
Declaration
public string[] Scopes { get; set; }
Property Value
TokenType
Declaration
public string TokenType { get; }
Property Value