UNPKG

@donation-alerts/auth

Version:

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

4 lines (3 loc) 197 B
export { UnregisteredUserError } from "./unregistered-user.error.mjs"; export { MissingScopeError } from "./missing-scope.error.mjs"; export { InvalidTokenError } from "./invalid-token.error.mjs";