Uses of Class
com.skava.auth.model.request.oauthclient.OAuthClientAccessTokenVO
Packages that use OAuthClientAccessTokenVO
Package
Description
Implementation classes to represent the service layer implementations of the collection.
Controller classes to represent the entry point of the REST service.
-
Uses of OAuthClientAccessTokenVO in com.skava.auth.service.impl.outhclient
Methods in com.skava.auth.service.impl.outhclient with parameters of type OAuthClientAccessTokenVOModifier and TypeMethodDescriptionCreateOAuthClientAccessTokenServiceImpl.process
(OAuthClientAccessTokenVO input) Method used to hit OAuth provider api to fetch access_token for client -
Uses of OAuthClientAccessTokenVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type OAuthClientAccessTokenVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
OpenAuthClientController.createClientAccessToken
(jakarta.servlet.http.HttpServletRequest httpRequest, String version, @Valid OAuthClientAccessTokenVO oAuthClientAccessTokenVO, Long collectionId)