Package io.github.kaposke.http
Interface TokenClient
- All Known Implementing Classes:
TokenService
public interface TokenClient
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateTokenRequest input) findByUserId(float userId) getById(float id) remove(float id)
-
Method Details
-
findByUserId
- Throws:
ApiException
-
create
- Throws:
ApiException
-
getById
- Throws:
ApiException
-
remove
- Throws:
ApiException
-