Table of Contents

Class TokenBase

Namespace
Auth0.AuthenticationApi.Models
Assembly
Auth0.AuthenticationApi.dll

Base class for all authentication tokens.

public abstract class TokenBase
Inheritance
TokenBase
Derived
Inherited Members

Properties

AccessToken

Access token.

[JsonProperty("access_token")]
public string AccessToken { get; set; }

Property Value

string

TokenType

Type of token.

[JsonProperty("token_type")]
public string TokenType { get; set; }

Property Value

string