Uses of Class
edu.ntnu.idatt2106_2023_06.backend.model.users.Token
Packages that use Token
-
Uses of Token in edu.ntnu.idatt2106_2023_06.backend.repo.users
Methods in edu.ntnu.idatt2106_2023_06.backend.repo.users that return types with arguments of type TokenModifier and TypeMethodDescriptionTokenRepository.findTokenByToken
(String token) This method retrieves the token object attached to the token value.TokenRepository.findTokenByTokenId
(Long id) This method retrieves the token attached to the given id.TokenRepository.findTokenByUser_userId
(Long userId) This method retrieves the token attached to the given user id.