Interface AuthenticationClientOptions

Hierarchy

Properties

agent?: unknown

Pass your own http agent to support proxies.

clientAssertionSigningAlg?: string
clientAssertionSigningKey?: string
clientId: string
clientInfo?: {
    name: string;
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
  • name: string
clientSecret?: string
clockTolerance?: number
domain: string
fetch?: FetchAPI

Provide your own fetch implementation.

headers?: HTTPHeaders

Custom headers that will be added to every request.

idTokenSigningAlg?: string

Retry configuration.

telemetry?: boolean
timeoutDuration?: number

Timeout in ms before aborting the request (default 10,000)