TF-2387 Handle sign up twake workplace

This commit is contained in:
dab246
2024-10-31 14:11:15 +07:00
committed by Dat H. Pham
parent 2de503d990
commit e13f86a037
25 changed files with 427 additions and 59 deletions
@@ -0,0 +1,7 @@
class AccessTokenIsNullException implements Exception {}
class RefreshTokenIsNullException implements Exception {}
class TokenIdIsNullException implements Exception {}
class ExpiresTimeIsNullException implements Exception {}