IOAuth2Token
Public Interface
Public Property
Exp
Public Property
Public Property
Public Property
Represents an OAuth2 Token that can be used for authorization purposes.
Namespace: Rhino.Runtime.RhinoAccounts
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public interface IOAuth2Token
The IOAuth2Token type exposes the following members.
Properties
Name
Description
Public Property
Exp
The expiration of the token. Expired tokens will be considered invalid by the Rhino Accounts server.
Public Property
IsExpired
true if the token is expired; false otherwise.
Public Property
RawToken
The raw token that can be passed to various servers for authorization.
Public Property
Scope
The scope of the token.