Configuration options.

Hierarchy

Properties

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