Table of Contents

Interface IFluxerOAuthValidToken

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IFluxerOAuthValidToken

Properties

ClientId

Client ID for the application used.

ulong? ClientId { get; }

Property Value

ulong?

Exp

int? Exp { get; }

Property Value

int?

Iat

int? Iat { get; }

Property Value

int?

IsActive

Is token valid.

bool IsActive { get; }

Property Value

bool

Scope

Scope of the token.

string? Scope { get; }

Property Value

string

Sub

ulong? Sub { get; }

Property Value

ulong?

TokenType

Token type.

string? TokenType { get; }

Property Value

string