Interface OTPAuthenticationService
-
- All Known Implementing Classes:
OTPAuthenticationServiceImpl
public interface OTPAuthenticationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.security.core.Authentication
loadAuthenticationByOneTimePassword(String oneTimePassword)
-
-
-
Method Detail
-
loadAuthenticationByOneTimePassword
org.springframework.security.core.Authentication loadAuthenticationByOneTimePassword(String oneTimePassword) throws org.springframework.security.core.AuthenticationException
- Throws:
org.springframework.security.core.AuthenticationException
-
-