Skip to content

Commit

Permalink
Export PopupConfiguration and Token from Oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
henser committed Oct 20, 2021
1 parent e52d252 commit a5266cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import {
revokeToken,
} from './Oauth';

export type { PopupConfiguration };
export type { Token };

export type AuthConfigurationInput = {
domain?: string;
clientId: string;
Expand Down

0 comments on commit a5266cc

Please sign in to comment.