Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix: remove getEpochTime from OidcClientSettings
Browse files Browse the repository at this point in the history
OidcClientSettings (in OidcClientSettings.js) doesn't appear to accept
that in its contructor.

This should also address #1271 (comment)
  • Loading branch information
Joe Wollard committed Jan 29, 2021
1 parent 65d15e4 commit 6b5020c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ export interface OidcClientSettings {
MetadataServiceCtor?: MetadataServiceCtor;
/** An object containing additional query string parameters to be including in the authorization request */
extraQueryParams?: Record<string, any>;

getEpochTime(): Promise<number>;
}

export class UserManager extends OidcClient {
Expand Down

0 comments on commit 6b5020c

Please sign in to comment.