# 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 PromiseLike<[Keyset]> A Task that resolves to a dictionary of named keys on completion
Keyset
Interface for Keyset
IKeysetProvider
Interface for a JSON web keyset (JWKS) provider
RetrieveKeyset
Returns PromiseLike<any> A promise that resolves to a dictionary of named keys on completion