Skip to content

Commit

Permalink
feat: export LoginTicket and TokenPayload (#870)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
hjr3 and bcoe committed Jan 14, 2020
1 parent 8036f1a commit 539ea5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -38,6 +38,7 @@ export {
TokenInfo,
VerifyIdTokenOptions,
} from './auth/oauth2client';
export {LoginTicket, TokenPayload} from './auth/loginticket';
export {
UserRefreshClient,
UserRefreshClientOptions,
Expand Down

0 comments on commit 539ea5e

Please sign in to comment.