Uses of Class
com.restapi.template.security.response.RefreshResponse
-
Packages that use RefreshResponse Package Description com.restapi.template.security.controller com.restapi.template.security.service -
-
Uses of RefreshResponse in com.restapi.template.security.controller
Methods in com.restapi.template.security.controller that return RefreshResponse Modifier and Type Method Description RefreshResponseAuthController. getNewAccessToken(RefreshRequest refreshRequest)RefreshToken 으로 AccessToken 재발급 받기. -
Uses of RefreshResponse in com.restapi.template.security.service
Methods in com.restapi.template.security.service that return RefreshResponse Modifier and Type Method Description RefreshResponseAuthService. refreshAccessToken(RefreshRequest refreshRequest)RefreshToken 으로 AccessToken 재발급.
-