OidcDiscoveryCache Class
Persistently caches validated OIDC discovery metadata.
@note The discovery document is public, unauthenticated data, so it is stored as plain JSON.
Methods
| Name | Description | |
|---|---|---|
| constructor(issuer: string, dir?: string): OidcDiscoveryCache | ||
| getConfiguration(): Promise<AuthorizationServiceConfiguration> |
Defined in
- main/OidcDiscoveryCache.ts Line 38
Last Updated: 03 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.