Options
All
  • Public
  • Public/Protected
  • All
Menu

Carries materials related to a successful authentication against a Site and manages a queue of requests that are pending authentication.

deprecated

2.8

Hierarchy

  • AuthenticationControlBlock

Index

Properties

messageFromServer

messageFromServer: string

The message returned from the security server.

password

password: string

The password used to obtain the current token.

pendingCalls

pendingCalls: any[]

List of REST requests waiting for a token.

targetRootUri

targetRootUri: string

The base url of the original request that triggered a call to the token server. It allows to set up token servers outside of the base TokenRootUri - for example, if the token url is http://host/rest/site/sitename/authenticate the target base url could be http://host/rest/proxy/proxyname.

token

token: string

The token in question.

tokenRootUri

tokenRootUri: string

The base url of the token server - for example, if the token url is http://host/rest/site/sitename/authenticate the base url will be http://host/rest/site/sitename.

tokenService

tokenService: string

The Url to the token service, as returned by the 401.

username

username: string

The username used to obtain the current token.