Skip to main content

OAuth2TokenResponse Class

Definition

Assembly:Avalonia.Controls.WebView
Package:Avalonia.Controls.WebView
public class OAuth2TokenResponse

Inheritance: object -> OAuth2TokenResponse

Constructors

NameDescription
OAuth2TokenResponseNo summary available.

OAuth2TokenResponse Constructor

public OAuth2TokenResponse()

Properties

NameDescription
AccessTokenNo summary available.
ExpiresInNo summary available.
IdTokenNo summary available.
RefreshTokenNo summary available.
ScopeNo summary available.
TokenTypeNo summary available.

AccessToken Property

public string AccessToken { get; set; }

ExpiresIn Property

public Nullable<long> ExpiresIn { get; set; }

IdToken Property

public string IdToken { get; set; }

RefreshToken Property

public string RefreshToken { get; set; }

Scope Property

public string Scope { get; set; }

TokenType Property

public string TokenType { get; set; }