Uses of Record Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.token.AccessTokenResponse
Packages that use AccessTokenResponse
Package
Description
-
Uses of AccessTokenResponse in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller that return types with arguments of type AccessTokenResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<AccessTokenResponse> AuthenticationController.renewAccessToken
(String bearerToken) Refreshes the access token using a valid refresh token. -
Uses of AccessTokenResponse in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service that return AccessTokenResponseModifier and TypeMethodDescriptionAuthenticationService.refreshAccessToken
(String bearerToken) Refreshes access token given a valid refresh token