Uses of Class
it.univr.passportease.exception.invalid.InvalidRefreshTokenException
Package
Description
-
Uses of InvalidRefreshTokenException in it.univr.passportease.controller.user
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionUserWorkerMutationServiceImpl.refreshAccessToken
(JWT token, JWT refreshToken) Refreshes the access token and the refresh token.