Usages

Abstract Class

org.joget.apps.app.service.MfaAuthenticator

Method Detail

Abstract Methods
getKey
public String getKey();

The key to load/store multi factor authentication data from user meta table.

validateOtpUrl
public String validateOtpUrl(String username);

URL to show when OTP (one-time password) is required.

validateOtpMessage
public String validateOtpMessage(String username);

Message to show when OTP (one-time password) is required.

activateOtpUrl
public String activateOtpUrl(String username);

URL to activate OTP (one-time password).

Abstract Methods
getKey
public String getKey();

The key to load/store multi factor authentication data from user meta table.