Add login management.

This commit is contained in:
Thomas Andres Gomez 2021-05-08 14:01:57 +02:00
parent 8fbe3c0b7b
commit 45d2fe1336
14 changed files with 366 additions and 158 deletions

View file

@ -0,0 +1,3 @@
package com.pixelized.biblib.utils.exception
class MissingTokenException: RuntimeException("Login response miss token data.")