Package lumis.portal.authentication.mfa
Interface IMFATokenSendResult
-
public interface IMFATokenSendResult
The token send result.- Since:
- 16.1.0
- Version:
- $Revision$ $Date$
-
-
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.
-