Uses of Class
it.univr.passportease.exception.invalid.InvalidRefreshTokenException
Packages that use InvalidRefreshTokenException
Package
Description
-
Uses of InvalidRefreshTokenException in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that throw InvalidRefreshTokenExceptionModifier and TypeMethodDescriptionUserAuthController.refreshAccessToken
(String refreshToken) This mutation refreshes the access token and the refresh token of the user. -
Uses of InvalidRefreshTokenException in it.univr.passportease.service.userworker
Methods in it.univr.passportease.service.userworker that throw InvalidRefreshTokenExceptionModifier and TypeMethodDescriptionUserWorkerMutationService.refreshAccessToken
(JWT token, JWT refreshToken) Refresh the access token, and the refresh token in the database -
Uses of InvalidRefreshTokenException in it.univr.passportease.service.userworker.impl
Methods in it.univr.passportease.service.userworker.impl that throw InvalidRefreshTokenExceptionModifier and TypeMethodDescriptionUserWorkerMutationServiceImpl.refreshAccessToken
(JWT token, JWT refreshToken) Refreshes the access token and the refresh token.