Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.Session
ISessionServiceOptions
Interface ISessionServiceOptions
interface
ISessionServiceOptions
{
hasTokenCookie
?:
()
=>
Promise
<
boolean
>
;
openSessionRequestModifier
?:
(
request
:
OpenSessionRequest
)
=>
Promise
<
void
>
;
useTokenCookie
?:
boolean
;
winAuthBaseUrl
?:
string
;
}
Index
Properties
has
Token
Cookie?
open
Session
Request
Modifier?
use
Token
Cookie?
win
Auth
Base
Url?
Properties
Optional
Readonly
has
Token
Cookie
hasTokenCookie
?:
()
=>
Promise
<
boolean
>
Optional
Readonly
open
Session
Request
Modifier
openSessionRequestModifier
?:
(
request
:
OpenSessionRequest
)
=>
Promise
<
void
>
Optional
Readonly
use
Token
Cookie
useTokenCookie
?:
boolean
Optional
Readonly
win
Auth
Base
Url
winAuthBaseUrl
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
has
Token
Cookie
open
Session
Request
Modifier
use
Token
Cookie
win
Auth
Base
Url
TESSA Web API
Loading...