UNPKG

@donation-alerts/auth

Version:

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

4 lines 253 B
export { type AuthProvider } from './auth-provider'; export { StaticAuthProvider } from './static-auth-provider'; export { RefreshingAuthProvider, type RefreshingAuthProviderConfig } from './refreshing-auth-provider'; //# sourceMappingURL=index.d.ts.map