OIDC Adapter that calls the corresponding functions of the source Adapter. Can be extended by adapters that do not want to override all functions by implementing a decorator pattern.

Hierarchy

Implements

  • Adapter

Constructors

Properties

name: string
source: Adapter

Methods

  • Parameters

    • userCode: string

    Returns Promise<undefined | void | AdapterPayload>

  • Parameters

    • id: string
    • payload: AdapterPayload
    • expiresIn: number

    Returns Promise<undefined | void>