Uses of Class
eu.dnetlib.authentication.entities.TokenResponse
-
Packages that use TokenResponse Package Description eu.dnetlib.authentication.controllers eu.dnetlib.authentication.services -
-
Uses of TokenResponse in eu.dnetlib.authentication.controllers
Methods in eu.dnetlib.authentication.controllers that return types with arguments of type TokenResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<TokenResponse>UserController. getAccessToken(String refreshToken) -
Uses of TokenResponse in eu.dnetlib.authentication.services
Methods in eu.dnetlib.authentication.services that return TokenResponse Modifier and Type Method Description TokenResponseUserInfoService. getAccessToken(String refreshToken)
-