Configuration options with a server configuration specified.

Hierarchy

Properties

serverConfig: ServerConfig
logLevel: LogLevel
callbackFactory?: FRCallbackFactory
clientId?: string
middleware?: RequestMiddleware[]
realmPath?: string
redirectUri?: string
scope?: string
tokenStore?: "localStorage" | "sessionStorage" | TokenStoreObject
tree?: string
type?: string
oauthThreshold?: number
logger?: LoggerFunctions<((...msgs: unknown[]) => void), ((...msgs: unknown[]) => void), ((...msgs: unknown[]) => void), ((...msgs: unknown[]) => void)>
prefix?: string