GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/oidc-client
types
InternalDaVinciConfig
Interface InternalDaVinciConfig
Async LegacyConfigOptions for well-known endpoint usage
interface
InternalDaVinciConfig
{
callbackFactory
?:
JourneyCallbackFactory
;
clientId
:
string
;
middleware
?:
LegacyRequestMiddleware
[]
;
oauthThreshold
?:
number
;
platformHeader
?:
boolean
;
prefix
?:
string
;
realmPath
?:
string
;
redirectUri
:
string
;
responseType
?:
ResponseType
;
scope
:
string
;
serverConfig
:
{
timeout
?:
number
;
wellknown
:
string
}
;
tokenStore
?:
CustomStorageObject
|
"sessionStorage"
|
"localStorage"
;
tree
?:
string
;
type
?:
string
;
wellknownResponse
:
WellKnownResponse
;
}
Hierarchy (
View Summary
)
OidcConfig
InternalDaVinciConfig
Index
Properties
callback
Factory?
client
Id
middleware?
oauth
Threshold?
platform
Header?
prefix?
realm
Path?
redirect
Uri
response
Type?
scope
server
Config
token
Store?
tree?
type?
wellknown
Response
Properties
Optional
callback
Factory
callbackFactory
?:
JourneyCallbackFactory
client
Id
clientId
:
string
Optional
middleware
middleware
?:
LegacyRequestMiddleware
[]
Optional
oauth
Threshold
oauthThreshold
?:
number
Optional
platform
Header
platformHeader
?:
boolean
Optional
prefix
prefix
?:
string
Optional
realm
Path
realmPath
?:
string
redirect
Uri
redirectUri
:
string
Optional
response
Type
responseType
?:
ResponseType
scope
scope
:
string
server
Config
serverConfig
:
{
timeout
?:
number
;
wellknown
:
string
}
Optional
token
Store
tokenStore
?:
CustomStorageObject
|
"sessionStorage"
|
"localStorage"
Optional
tree
tree
?:
string
Optional
type
type
?:
string
wellknown
Response
wellknownResponse
:
WellKnownResponse
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
Factory
client
Id
middleware
oauth
Threshold
platform
Header
prefix
realm
Path
redirect
Uri
response
Type
scope
server
Config
token
Store
tree
type
wellknown
Response
GitHub
Documentation
Loading...
Async LegacyConfigOptions for well-known endpoint usage