interface TwoFactorAuthAdapter {
    resendTwoFactorCode: HandlerAndValidators<Record<string, Predicate>>;
    verifyTwoFactorCode: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

resendTwoFactorCode: HandlerAndValidators<Record<string, Predicate>>
verifyTwoFactorCode: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc