Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jun 16, 2019
1 parent fddf1af commit bae0b84
Show file tree
Hide file tree
Showing 10 changed files with 26,937 additions and 355 deletions.
4 changes: 2 additions & 2 deletions dist/oidc-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class UserManager extends OidcClient {

clearStaleState(): Promise<void>;

getUser(): Promise<User>;
getUser(): Promise<User | null>;
storeUser(user:User): Promise<void>;
removeUser(): Promise<void>;

Expand Down Expand Up @@ -304,7 +304,7 @@ export class User {
profile: any;
expires_at: number;
state: any;

toStorageString(): string;

readonly expires_in: number | undefined;
Expand Down
Loading

0 comments on commit bae0b84

Please sign in to comment.