UNPKG

@zestic/oauth-core

Version:

Framework-agnostic OAuth authentication library with support for multiple OAuth flows

6 lines 229 B
/** * Service exports */ export { RegistrationService, createRegistrationService } from './RegistrationService'; export { MagicLinkService, createMagicLinkService } from './MagicLinkService'; //# sourceMappingURL=index.d.ts.map