Interface IFluxerOAuthValidToken
public interface IFluxerOAuthValidToken
Properties
ClientId
Client ID for the application used.
ulong? ClientId { get; }
Property Value
Exp
int? Exp { get; }
Property Value
- int?
Iat
int? Iat { get; }
Property Value
- int?
IsActive
Is token valid.
bool IsActive { get; }
Property Value
Scope
Scope of the token.
string? Scope { get; }
Property Value
Sub
ulong? Sub { get; }
Property Value
TokenType
Token type.
string? TokenType { get; }