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

Commit

Permalink
Merge pull request #1286 from wollardj/fix/fix-types
Browse files Browse the repository at this point in the history
fix: remove getEpochTime from OidcClientSettings
  • Loading branch information
brockallen authored Jan 30, 2021
2 parents 8d2106d + 6b5020c commit ae7aa27
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 ae7aa27

Please sign in to comment.