Skip to content

Commit

Permalink
update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jul 19, 2019
1 parent d80df06 commit 1c13a15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ export class UserManager extends OidcClient {
signoutPopupCallback(url?: string, keepOpen?: boolean): Promise<void>;
signoutPopupCallback(keepOpen?: boolean): Promise<void>;

signinCallback(url?: string): Promise<User>;
signoutCallback(url?: string): Promise<any>;

querySessionStatus(args?: any): Promise<any>;

revokeAccessToken(): Promise<void>;
Expand Down Expand Up @@ -210,6 +213,7 @@ export interface UserManagerSettings extends OidcClientSettings {
readonly silent_redirect_uri?: any;
readonly silentRequestTimeout?: any;
readonly automaticSilentRenew?: boolean;
readonly validateSubOnSilentRenew?: boolean;
readonly includeIdTokenInSilentRenew?: boolean;
readonly monitorSession?: boolean;
readonly checkSessionInterval?: number;
Expand Down

0 comments on commit 1c13a15

Please sign in to comment.