Package lumis.portal.authentication.mfa
Interface IMFAEmailValues
-
public interface IMFAEmailValues
The interface to expose the MFA values to be sent to the user.- Since:
- 16.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getCreatedDate()
Returns the created date of the token.java.util.Date
getExpireDate()
Returns the expire date of the token.java.lang.String
getToken()
Returns the token.
-
-
-
Method Detail
-
getCreatedDate
java.util.Date getCreatedDate()
Returns the created date of the token.- Returns:
- the created date of the token
- Since:
- 16.1.0
-
getExpireDate
java.util.Date getExpireDate()
Returns the expire date of the token.- Returns:
- the expire date of the token
- Since:
- 16.1.0
-
getToken
java.lang.String getToken()
Returns the token.- Returns:
- the token
- Since:
- 16.1.0
-
-