Package io.github.kaposke.http
Interface AuthClient
- All Known Implementing Classes:
AuthService
public interface AuthClient
-
Method Summary
Modifier and TypeMethodDescriptionlogin(AuthRequest input) logout()oneTimeLogin(OneTimeLoginRequest input) refreshToken(RefreshTokenRequest input) signup(AuthRequest input) verifyEmail(VerifyEmailRequest input)
-
Method Details
-
signup
- Throws:
ApiException
-
login
- Throws:
ApiException
-
logout
- Throws:
ApiException
-
refreshToken
- Throws:
ApiException
-
resetPassword
- Throws:
ApiException
-
oneTimeLogin
- Throws:
ApiException
-
changePassword
- Throws:
ApiException
-
verifyEmail
- Throws:
ApiException
-
resendVerifictionEmail
- Throws:
ApiException
-