Skip to content

Commit

Permalink
import signin request
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jan 30, 2021
1 parent 2be23d0 commit 975f11a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UserManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { User } from './User.js';
import { UserManagerEvents } from './UserManagerEvents.js';
import { SilentRenewService } from './SilentRenewService.js';
import { SessionMonitor } from './SessionMonitor.js';
import { SigninRequest } from "./SigninRequest";
import { TokenRevocationClient } from './TokenRevocationClient.js';
import { TokenClient } from './TokenClient.js';
import { JoseUtil } from './JoseUtil.js';
Expand Down

0 comments on commit 975f11a

Please sign in to comment.