Package lumis.portal.authentication.mfa
Interface IMFATokenSendResult
-
public interface IMFATokenSendResult
The token send result.- 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.
-