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