Uses of Class
io.mosip.kernel.auth.defaultimpl.dto.AccessTokenResponse
Packages that use AccessTokenResponse
Package
Description
-
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 AccessTokenResponseMethod parameters in io.mosip.kernel.auth.defaultimpl.config with type arguments of type AccessTokenResponseModifier and TypeMethodDescriptionDefaultImplConfiguration.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 AccessTokenResponseModifierConstructorDescriptionRestInterceptor(MemoryCache<String, AccessTokenResponse> memoryCache, TokenValidator tokenValidator, org.springframework.web.client.RestTemplate restTemplate)