UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

7 lines 240 B
export interface RocketsAuthOtpNotificationServiceInterface { sendOtpEmail(params: { email: string; passcode: string; }): Promise<void>; } //# sourceMappingURL=rockets-auth-otp-notification-service.interface.d.ts.map