Enumeration EOTPType

Enumeration Members

Enumeration Members

CAPTCHA_TOKEN: "CAPTCHA_TOKEN"

Captcha token OTP. See CaptchaOTPProvider for example implementation

EMAIL_OTP: "EMAIL_OTP"

Email OTP. See EmailOTPProvider for example implementation

SMS_OTP: "SMS_OTP"

SMS OTP

TOTP: "TOTP"

Time-based OTP. See TOTPProvider for example implementation

Generated using TypeDoc