MCPcopy
hub / github.com/authts/oidc-client-ts / resetSigningKeys

Method resetSigningKeys

src/MetadataService.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public resetSigningKeys(): void {
47 this._signingKeys = null;
48 }
49
50 public async getMetadata(): Promise<Partial<OidcMetadata>> {
51 const logger = this._logger.create("getMetadata");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected