GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/sdk-utilities
types
GetEndpointPathParams
Interface GetEndpointPathParams
Param: endpoint
The endpoint to get the path for
Param: realmPath
The realm path
Param: customPaths
The custom paths
interface
GetEndpointPathParams
{
customPaths
?:
CustomPathConfig
;
endpoint
:
keyof
CustomPathConfig
;
realmPath
?:
string
;
}
Index
Properties
custom
Paths?
endpoint
realm
Path?
Properties
Optional
custom
Paths
customPaths
?:
CustomPathConfig
endpoint
endpoint
:
keyof
CustomPathConfig
Optional
realm
Path
realmPath
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Paths
endpoint
realm
Path
GitHub
Documentation
Loading...
Param: endpoint
The endpoint to get the path for
Param: realmPath
The realm path
Param: customPaths
The custom paths