Skip to content

Commit

Permalink
1.9.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jul 19, 2019
1 parent 1c13a15 commit 7268140
Show file tree
Hide file tree
Showing 10 changed files with 127 additions and 27 deletions.
4 changes: 4 additions & 0 deletions dist/oidc-client.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
28 changes: 26 additions & 2 deletions dist/oidc-client.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/oidc-client.min.js

Large diffs are not rendered by default.

28 changes: 26 additions & 2 deletions dist/oidc-client.rsa256.slim.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/oidc-client.rsa256.slim.min.js

Large diffs are not rendered by default.

28 changes: 26 additions & 2 deletions dist/oidc-client.slim.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/oidc-client.slim.min.js

Large diffs are not rendered by default.

28 changes: 26 additions & 2 deletions lib/oidc-client.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/oidc-client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oidc-client",
"version": "1.9.0-beta.1",
"version": "1.9.0-beta.2",
"description": "OpenID Connect (OIDC) & OAuth2 client library",
"main": "lib/oidc-client.min.js",
"scripts": {
Expand Down

0 comments on commit 7268140

Please sign in to comment.