Table of Contents

Interface IFluxerOAuthRefreshToken

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Exchange a refresh token for a new access token.

public interface IFluxerOAuthRefreshToken

Properties

AccessToken

New access token.

string AccessToken { get; }

Property Value

string

ExpiresIn

Expires in

int ExpiresIn { get; }

Property Value

int

RefreshToken

New refresh token.

string RefreshToken { get; }

Property Value

string

Scope

Scope of the refresh token.

string Scope { get; }

Property Value

string

TokenType

Token type.

string TokenType { get; }

Property Value

string