Interface OTPAuthenticationService
- All Known Implementing Classes:
OTPAuthenticationServiceImpl
public interface OTPAuthenticationService
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
loadAuthenticationByOneTimePassword
(String oneTimePassword)
-
Method Details
-
loadAuthenticationByOneTimePassword
org.springframework.security.core.Authentication loadAuthenticationByOneTimePassword(String oneTimePassword) throws org.springframework.security.core.AuthenticationException - Throws:
org.springframework.security.core.AuthenticationException
-