Options used when requesting the authorization URL.

Hierarchy

Properties

responseType: ResponseType
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
state?: string
verifier?: string
query?: StringDict<string>
prompt?: "none" | "login" | "consent"