Interface IFluxerOAuthRefreshToken
Exchange a refresh token for a new access token.
public interface IFluxerOAuthRefreshToken
Properties
AccessToken
New access token.
string AccessToken { get; }
Property Value
ExpiresIn
Expires in
int ExpiresIn { get; }
Property Value
RefreshToken
New refresh token.
string RefreshToken { get; }
Property Value
Scope
Scope of the refresh token.
string Scope { get; }
Property Value
TokenType
Token type.
string TokenType { get; }