Preparing search index...
The search index is not available
javascript-sdk - v4.7.0
javascript-sdk
config/interfaces
ValidConfigOptions
Interface ValidConfigOptions
Configuration options with a server configuration specified.
interface
ValidConfigOptions
{
serverConfig
:
ServerConfig
;
logLevel
:
LogLevel
;
callbackFactory
?:
FRCallbackFactory
;
clientId
?:
string
;
middleware
?:
RequestMiddleware
[]
;
realmPath
?:
string
;
redirectUri
?:
string
;
scope
?:
string
;
tokenStore
?:
TokenStoreObject
|
"sessionStorage"
|
"localStorage"
;
tree
?:
string
;
type
?:
string
;
oauthThreshold
?:
number
;
logger
?:
LoggerFunctions
<
(
...
msgs
:
unknown
[]
)
=>
void
,
(
...
msgs
:
unknown
[]
)
=>
void
,
(
...
msgs
:
unknown
[]
)
=>
void
,
(
...
msgs
:
unknown
[]
)
=>
void
,
>
;
platformHeader
?:
boolean
;
prefix
?:
string
;
}
Hierarchy (
View Summary
)
ConfigOptions
ValidConfigOptions
Index
Properties
server
Config
log
Level
callback
Factory?
client
Id?
middleware?
realm
Path?
redirect
Uri?
scope?
token
Store?
tree?
type?
oauth
Threshold?
logger?
platform
Header?
prefix?
Properties
server
Config
serverConfig
:
ServerConfig
log
Level
logLevel
:
LogLevel
Optional
callback
Factory
callbackFactory
?:
FRCallbackFactory
Optional
client
Id
clientId
?:
string
Optional
middleware
middleware
?:
RequestMiddleware
[]
Optional
realm
Path
realmPath
?:
string
Optional
redirect
Uri
redirectUri
?:
string
Optional
scope
scope
?:
string
Optional
token
Store
tokenStore
?:
TokenStoreObject
|
"sessionStorage"
|
"localStorage"
Optional
tree
tree
?:
string
Optional
type
type
?:
string
Optional
oauth
Threshold
oauthThreshold
?:
number
Optional
logger
logger
?:
LoggerFunctions
<
(
...
msgs
:
unknown
[]
)
=>
void
,
(
...
msgs
:
unknown
[]
)
=>
void
,
(
...
msgs
:
unknown
[]
)
=>
void
,
(
...
msgs
:
unknown
[]
)
=>
void
,
>
Optional
platform
Header
platformHeader
?:
boolean
Optional
prefix
prefix
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
server
Config
log
Level
callback
Factory
client
Id
middleware
realm
Path
redirect
Uri
scope
token
Store
tree
type
oauth
Threshold
logger
platform
Header
prefix
javascript-sdk - v4.7.0
Loading...
Configuration options with a server configuration specified.