Package com.soffid.iam.service.impl
Interface OTPHandler
-
public interface OTPHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Challenge
resendToken(Challenge challenge, boolean alternativeMethod)
boolean
resetFailCount(String account)
Challenge
selectToken(Challenge challenge)
boolean
validatePin(Challenge challenge, String pin)
-