Returns a Provider of OIDC interactions.

Hierarchy

  • ProviderFactory

Implemented by

Properties

Properties

getProvider: (() => Promise<Provider>)

Type declaration

    • (): Promise<Provider>
    • Gets a provider from the factory. Multiple calls to this function should return providers that produce the same results. This is mostly relevant for signing keys.

      Returns Promise<Provider>