Skip to content

Commit

Permalink
Add MetadataService.resetSigningKeys() type
Browse files Browse the repository at this point in the history
To complete typing change from PR IdentityModel#559
  • Loading branch information
coolhome authored Dec 20, 2020
1 parent 2c3eee6 commit f8fe981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export interface MetadataService {
new (settings: OidcClientSettings): MetadataService;

metadataUrl?: string;

resetSigningKeys(): void;

getMetadata(): Promise<OidcMetadata>;

Expand Down

0 comments on commit f8fe981

Please sign in to comment.