Class PassthroughAdapter

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