GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/journey-client
types
StartParam
Interface StartParam
interface
StartParam
{
journey
:
string
;
middleware
?:
RequestMiddleware
[]
;
query
?:
Record
<
string
,
string
>
;
realmPath
?:
string
;
serverConfig
?:
PathsConfig
;
}
Hierarchy (
View Summary
)
JourneyClientConfig
StartParam
Index
Properties
journey
middleware?
query?
realm
Path?
server
Config?
Properties
journey
journey
:
string
Optional
middleware
middleware
?:
RequestMiddleware
[]
Optional
query
query
?:
Record
<
string
,
string
>
Optional
realm
Path
realmPath
?:
string
Optional
server
Config
serverConfig
?:
PathsConfig
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
journey
middleware
query
realm
Path
server
Config
GitHub
Documentation
Loading...