@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
Request
Interface Request
Request metadata forwarded to provider handlers by the Gestalt runtime.
interface
Request
{
token
:
string
;
connectionParams
:
Record
<
string
,
string
>
;
subject
:
Subject
;
credential
:
Credential
;
access
:
Access
;
workflow
:
Record
<
string
,
unknown
>
;
invocationToken
:
string
;
}
Index
Properties
token
connection
Params
subject
credential
access
workflow
invocation
Token
Properties
token
token
:
string
connection
Params
connectionParams
:
Record
<
string
,
string
>
subject
subject
:
Subject
credential
credential
:
Credential
access
access
:
Access
workflow
workflow
:
Record
<
string
,
unknown
>
invocation
Token
invocationToken
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
connection
Params
subject
credential
access
workflow
invocation
Token
@valon-technologies/gestalt
Loading...
Request metadata forwarded to provider handlers by the Gestalt runtime.