Class OTPRequest
java.lang.Object
org.apache.fineract.infrastructure.security.data.OTPRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OTPRequestcreate(String token, int tokenLiveTimeInSec, boolean extendedAccessToken, OTPDeliveryMethod deliveryMethod) booleanisValid()
-
Constructor Details
-
OTPRequest
public OTPRequest()
-
-
Method Details
-
create
public static OTPRequest create(String token, int tokenLiveTimeInSec, boolean extendedAccessToken, OTPDeliveryMethod deliveryMethod) -
isValid
public boolean isValid()
-