UNPKG

@donation-alerts/auth

Version:

Authentication provider for Donation Alerts API with ability to automatically refresh user tokens.

6 lines 271 B
export { isAccessTokenExpired, getTokenExpiryDate } from './access-token'; export { type AccessToken, type AccessTokenWithUserId } from './access-token'; export * from './errors'; export * from './helpers'; export * from './providers'; //# sourceMappingURL=index.d.ts.map