Click or drag to resize

IAuthToken Interface


Represents an OAuth token.

Namespace:  Ingeniux.CMS.Analytics
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface IAuthToken

The IAuthToken type exposes the following members.

Properties
  NameDescription
Public propertyaccess_token
The access token.
Public propertyExpired
Whether the token is expired.
Public propertyexpires_in
Number of seconds after which the token expires.
Public propertyIssuedUtc
UTC timestamp of the time at which the token was issued.
Public propertyrefresh_token
The refresh token.
Public propertyscope
The scope of the token.
Public propertytoken_type
The token type.
Top
See Also