Click or drag to resize

AuthenticationSettings Fields

The AuthenticationSettings type exposes the following members.

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
See Also