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 #1056 from B3zo0/patch-1
Browse files Browse the repository at this point in the history
Add keepOpen parameter to signoutCallback in index.d.ts
  • Loading branch information
brockallen authored Feb 23, 2020
2 parents 8feb817 + 49a61c2 commit dcfc9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class UserManager extends OidcClient {
signinCallback(url?: string): Promise<User>;

/** Proxy to Popup and Redirect callbacks */
signoutCallback(url?: string): Promise<SignoutResponse | void>;
signoutCallback(url?: string, keepWindowOpen?: boolean): Promise<SignoutResponse | void>;

/** Query OP for user's current signin status */
querySessionStatus(args?: any): Promise<SessionStatus>;
Expand Down

0 comments on commit dcfc9dc

Please sign in to comment.