Click or drag to resize

AuthenticationSettings Class

Inheritance Hierarchy
SystemObject
  spotfire.webPlayerAuthenticationSettings

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

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

The AuthenticationSettings type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationSettings
Top
Fields
  NameDescription
Public fieldanonymous
Optional setting. When true, anonymous user is accepted. This requires the Spotfire analysis to be publicly available.
Public fieldclientId
The registered client id.
Public fieldredirectUri
The redirect uri to use when the authentication flow has finished.
Public fieldserver
The server to use.
Public fieldsilent
Optional setting. When true, a silent authentication flow is initially attempted. This is useful in two situations: 1. When the web mashup and the Spotfire server reside on the same origin. This may allow for a completely silent authentication if the user is already authenticated. 2. When also setting anonymous to true.
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