Hierarchy (view full)

Constructors

Properties

cause?: unknown
description: undefined | string
iss: undefined | string

The issuer or authorization server that returned the response. Used to verify the issuer is intended authorization target.

message: string
name: string = 'AuthorizationCodeRedirectError'
stack?: string
state: undefined | string

The State that may have been passed back from the authorization server in the error body.

uri: undefined | string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void