Interface IFluxerOAuthToken
public interface IFluxerOAuthToken
Properties
Application
The application associated with the token.
IPartialApplication Application { get; }
Property Value
ExpiresAt
The expiration timestamp of the token.
DateTimeOffset ExpiresAt { get; }
Property Value
Scopes
The list of granted OAuth2 scopes.
string[] Scopes { get; }
Property Value
- string[]
User
The user associated with the token.
IFluxerOAuthUser User { get; }