public interface AuthNService
| Modifier and Type | Method and Description |
|---|---|
AuthNResponseDto |
authenticateUser(LoginUser loginUser) |
AuthNResponseDto |
authenticateUserWithOtp(UserOtp loginUser) |
AuthNResponseDto |
authenticateWithOtp(OtpUser otpUser) |
AuthNResponseDto |
authenticateWithSecretKey(ClientSecret clientSecret) |
AuthNResponseDto authenticateUser(LoginUser loginUser) throws Exception
ExceptionAuthNResponseDto authenticateWithOtp(OtpUser otpUser) throws Exception
ExceptionAuthNResponseDto authenticateUserWithOtp(UserOtp loginUser) throws Exception
ExceptionAuthNResponseDto authenticateWithSecretKey(ClientSecret clientSecret) throws Exception
ExceptionCopyright © 2020. All rights reserved.