Table of Contents

Class FluxerOAuthToken

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class FluxerOAuthToken : Entity, IFluxerOAuthToken
Inheritance
object
FluxerOAuthToken
Implements

Properties

Application

public PartialApplication Application { get; }

Property Value

PartialApplication

ExpiresAt

The expiration timestamp of the token.

public DateTimeOffset ExpiresAt { get; }

Property Value

DateTimeOffset

Scopes

The list of granted OAuth2 scopes.

public string[] Scopes { get; }

Property Value

string[]

User

public FluxerOAuthUser User { get; }

Property Value

FluxerOAuthUser

Methods

Create(FluxerBaseClient, FluxerOAuthTokenJson)

Create a FluxerOAuthToken object from json.

public static FluxerOAuthToken Create(FluxerBaseClient client, FluxerOAuthTokenJson json)

Parameters

client FluxerBaseClient
json FluxerOAuthTokenJson

Returns

FluxerOAuthToken