UNPKG

@donation-alerts/auth

Version:

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

4 lines 220 B
export { UnregisteredUserError } from './unregistered-user.error'; export { MissingScopeError } from './missing-scope.error'; export { InvalidTokenError } from './invalid-token.error'; //# sourceMappingURL=index.d.ts.map