Skip to content

# Table of Contents

Table of Contents

FixedKeysetProvider

FixedKeysetProvider helps to return a fixed key set

constructor

Public constructor for FixedKeySetProvider class

Parameters

  • keyset [Keyset] A dictionary of named keys

RetrieveKeyset

Retrieves an dictionary of named keys

Returns Promise<[Keyset]>

Keyset

Interface for Keyset

IKeysetProvider

Interface for a JSON web keyset (JWKS) provider

RetrieveKeyset

Retrieves an dictionary of named keys

Returns PromiseLike<[Keyset]> A Task that resolvesss to a dictionary of named keys on completion