UNPKG

@raddiamond/nexauth-core

Version:

Core authentication plugin supporting Local, AD authentication

3 lines (2 loc) 169 B
import { OTPValidator } from '../identity/IdentityProvider'; export declare function createGenericOTPValidator<TUser>(config: OTPValidator<TUser>): OTPValidator<TUser>;