Uses of Class
org.apache.sling.auth.oauth_client.OAuthTokenResponse
Packages that use OAuthTokenResponse
-
Uses of OAuthTokenResponse in org.apache.sling.auth.oauth_client
Methods in org.apache.sling.auth.oauth_client that return OAuthTokenResponseModifier and TypeMethodDescriptionOAuthTokenAccess.clearAccessToken
(ClientConnection connection, org.apache.sling.api.SlingHttpServletRequest request, String redirectPath) Clears the access token for the given connection and user, as identified by the request.OAuthTokenAccess.getAccessToken
(ClientConnection connection, org.apache.sling.api.SlingHttpServletRequest request, String redirectPath) Retrieves an existing access, valid, access token from storage.