Interface AuthNService
-
- All Known Subinterfaces:
AuthService
public interface AuthNService- Author:
- Ramadurai Pandian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AuthNResponseDtoauthenticateUser(LoginUser loginUser)Deprecated.AuthNResponseDtoauthenticateUser(LoginUserWithClientId loginUser)AuthNResponseDtoauthenticateUserWithOtp(UserOtp loginUser)AuthNResponseDtoauthenticateWithOtp(OtpUser otpUser)AuthNResponseDtoauthenticateWithSecretKey(ClientSecret clientSecret)
-
-
-
Method Detail
-
authenticateUser
@Deprecated AuthNResponseDto authenticateUser(LoginUser loginUser) throws Exception
Deprecated.- Throws:
Exception
-
authenticateWithOtp
AuthNResponseDto authenticateWithOtp(OtpUser otpUser) throws Exception
- Throws:
Exception
-
authenticateUserWithOtp
AuthNResponseDto authenticateUserWithOtp(UserOtp loginUser) throws Exception
- Throws:
Exception
-
authenticateWithSecretKey
AuthNResponseDto authenticateWithSecretKey(ClientSecret clientSecret) throws Exception
- Throws:
Exception
-
authenticateUser
AuthNResponseDto authenticateUser(LoginUserWithClientId loginUser) throws Exception
- Throws:
Exception
-
-