@bitwild/rockets-auth
Version:
Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more
6 lines • 303 B
TypeScript
import { ReferenceIdInterface } from '@concepta/nestjs-common';
export interface RocketsAuthOtpServiceInterface {
sendOtp(email: string): Promise<void>;
confirmOtp(email: string, passcode: string): Promise<ReferenceIdInterface>;
}
//# sourceMappingURL=rockets-auth-otp-service.interface.d.ts.map