Options
All
  • Public
  • Public/Protected
  • All
Menu

Returns a Provider of OIDC interactions.

Hierarchy

  • ProviderFactory

Implemented by

Index

Properties

Properties

getProvider

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>