Uses of Class
tech.mgl.utils.security.gen.OtpSourceException
Packages that use OtpSourceException
-
Uses of OtpSourceException in tech.mgl.utils.security.gen
Methods in tech.mgl.utils.security.gen that throw OtpSourceExceptionModifier and TypeMethodDescriptionMGL_OtpProvider.getNextCode(String accountName, String key) OtpSource.getNextCode(String accountName, String key) Return the next OTP code for specified username.MGL_OtpProvider.respondToChallenge(String accountName, String key, String challenge) OtpSource.respondToChallenge(String accountName, String key, String challenge) Generate response to a given challenge based on next OTP code.