Uses of Class
io.mosip.kernel.auth.defaultimpl.dto.AccessTokenResponse
-
Packages that use AccessTokenResponse Package Description io.mosip.kernel.auth.defaultimpl.config io.mosip.kernel.auth.defaultimpl.intercepter -
-
Uses of AccessTokenResponse in io.mosip.kernel.auth.defaultimpl.config
Methods in io.mosip.kernel.auth.defaultimpl.config that return types with arguments of type AccessTokenResponse Modifier and Type Method Description MemoryCache<String,AccessTokenResponse>DefaultImplConfiguration. memoryCache()Method parameters in io.mosip.kernel.auth.defaultimpl.config with type arguments of type AccessTokenResponse Modifier and Type Method Description RestInterceptorDefaultImplConfiguration. restInterceptor(MemoryCache<String,AccessTokenResponse> memoryCache, TokenValidator tokenValidator, org.springframework.web.client.RestTemplate restTemplate) -
Uses of AccessTokenResponse in io.mosip.kernel.auth.defaultimpl.intercepter
Constructor parameters in io.mosip.kernel.auth.defaultimpl.intercepter with type arguments of type AccessTokenResponse Constructor Description RestInterceptor(MemoryCache<String,AccessTokenResponse> memoryCache, TokenValidator tokenValidator, org.springframework.web.client.RestTemplate restTemplate)
-