menu
RhinoCommon API
search
search
V8 and older
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
home
/
Rhino.Runtime.RhinoAccounts
/
IOAuth2Token
IOAuth2Token interface
Represents an OAuth2 Token that can be used for authorization purposes.
Derived Classes:
Namespace:
Rhino.Runtime.RhinoAccounts
IOAuth2Token:
references
keyboard_arrow_down
Properties (4)
Exp
The expiration of the token. Expired tokens will be considered invalid by the Rhino Accounts server.
IsExpired
True if the token is expired; False otherwise.
RawToken
The raw token that can be passed to various servers for authorization.
Scope
The scope of the token.
Nothing found