Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Platform.Tokens
TokenRequest
Class TokenRequest
Basic request for token.
Hierarchy (
View Summary
)
StorageSerializableObject
TokenRequest
ContentTokenRequest
ApiAccessTokenGetRequest
ApiAccessTokenNewRequest
Index
Constructors
constructor
Properties
info
scope
Methods
deserialize
From
Storage
is
Sealed
seal
serialize
To
Storage
Constructors
constructor
new
TokenRequest
()
:
TokenRequest
Returns
TokenRequest
Properties
info
info
:
IStorage
= {}
Additional information for request.
scope
scope
:
null
|
string
= null
The scope of the token.
Methods
deserialize
From
Storage
deserializeFromStorage
(
storage
:
IStorage
,
context
?:
StorageSerializableContext
,
)
:
this
Parameters
storage
:
IStorage
Optional
context
:
StorageSerializableContext
Returns
this
is
Sealed
isSealed
()
:
boolean
Returns
boolean
seal
seal
()
:
this
Returns
this
serialize
To
Storage
serializeToStorage
(
storage
?:
IStorage
,
context
?:
StorageSerializableContext
,
)
:
IStorage
Parameters
storage
:
IStorage
= {}
Optional
context
:
StorageSerializableContext
Returns
IStorage
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
info
scope
Methods
deserialize
From
Storage
is
Sealed
seal
serialize
To
Storage
TESSA Web API
Loading...
Basic request for token.