Uses of Record Class
com.loomcache.springboot.security.TokenResponse
Packages that use TokenResponse
-
Uses of TokenResponse in com.loomcache.springboot.controller
Methods in com.loomcache.springboot.controller that return types with arguments of type TokenResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TokenResponse> TokenController.issue(org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpServletRequest request) -
Uses of TokenResponse in com.loomcache.springboot.security
Methods in com.loomcache.springboot.security that return TokenResponseModifier and TypeMethodDescriptionJwtTokenService.issue(org.springframework.security.core.Authentication authentication) JwtTokenService.issue(org.springframework.security.core.Authentication authentication, X509Certificate clientCertificate)