Click or drag to resize

AuthToken Class

The response from authenticate.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerAuthToken

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.AuthToken = function();

Type.createClass(
	'spotfire.webPlayer.AuthToken');

The AuthToken type exposes the following members.

Constructors
  NameDescription
Public methodAuthToken
Top
Fields
  NameDescription
Public fieldaccess_token
The access token.
Public fieldexpirationDate
The time when the authentication token expires. If the Spotfire server is setup to use refresh token, the authentication token will be automatically renewed.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also