Uses of Record Class
it.univr.passportease.dto.output.JWTSet
Packages that use JWTSet
Package
Description
-
Uses of JWTSet in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that return JWTSetModifier and TypeMethodDescriptionUserAuthController.refreshAccessToken
(String refreshToken) This mutation refreshes the access token and the refresh token of the user. -
Uses of JWTSet in it.univr.passportease.dto.output
Fields in it.univr.passportease.dto.output declared as JWTSetModifier and TypeFieldDescriptionprivate final JWTSet
LoginOutput.jwtSet
The field for thejwtSet
record component.Methods in it.univr.passportease.dto.output that return JWTSetModifier and TypeMethodDescriptionLoginOutput.jwtSet()
Returns the value of thejwtSet
record component.Constructors in it.univr.passportease.dto.output with parameters of type JWTSetModifierConstructorDescriptionLoginOutput
(UUID id, JWTSet jwtSet) Creates an instance of aLoginOutput
record class. -
Uses of JWTSet in it.univr.passportease.service.userworker
Methods in it.univr.passportease.service.userworker that return JWTSetModifier and TypeMethodDescriptionUserWorkerMutationService.refreshAccessToken
(JWT token, JWT refreshToken) Refresh the access token, and the refresh token in the database -
Uses of JWTSet in it.univr.passportease.service.userworker.impl
Methods in it.univr.passportease.service.userworker.impl that return JWTSetModifier and TypeMethodDescriptionUserWorkerMutationServiceImpl.refreshAccessToken
(JWT token, JWT refreshToken) Refreshes the access token and the refresh token.