Uses of Class
it.univr.passportease.exception.security.TokenNotInRedisException
Package
Description
-
Uses of TokenNotInRedisException in it.univr.passportease.controller.user
Modifier and TypeMethodDescriptionvoid
UserAuthController.logout()
This mutation invalidates the access token and the refresh token of the user, it is shared between users and workers. -
Uses of TokenNotInRedisException in it.univr.passportease.service.userworker
Modifier and TypeMethodDescriptionvoid
UserWorkerMutationService.logout()
Logs out the user / worker -
Uses of TokenNotInRedisException in it.univr.passportease.service.userworker.impl
Modifier and TypeMethodDescriptionvoid
UserWorkerMutationServiceImpl.logout()
Logs out the user by invalidating the access token and the refresh token.