@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 • 415 B
TypeScript
import { OtpCreatableInterface, ReferenceAssignment } from '@concepta/nestjs-common';
export interface RocketsAuthOtpSettingsInterface extends Pick<OtpCreatableInterface, 'category' | 'type' | 'expiresIn'>, Partial<Pick<OtpCreatableInterface, 'rateSeconds' | 'rateThreshold'>> {
assignment: ReferenceAssignment;
clearOtpOnCreate?: boolean;
}
//# sourceMappingURL=rockets-auth-otp-settings.interface.d.ts.map