Table of Contents

Interface IFluxerOAuthToken

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

Properties

Application

The application associated with the token.

IPartialApplication Application { get; }

Property Value

IPartialApplication

ExpiresAt

The expiration timestamp of the token.

DateTimeOffset ExpiresAt { get; }

Property Value

DateTimeOffset

Scopes

The list of granted OAuth2 scopes.

string[] Scopes { get; }

Property Value

string[]

User

The user associated with the token.

IFluxerOAuthUser User { get; }

Property Value

IFluxerOAuthUser