Uses of Interface
com.atlassian.oauth2.client.api.ClientConfiguration
Packages that use ClientConfiguration
Package
Description
-
Uses of ClientConfiguration in com.atlassian.oauth2.client.api.lib.flow
Methods in com.atlassian.oauth2.client.api.lib.flow with parameters of type ClientConfigurationModifier and TypeMethodDescriptionFlowRequestService.createFlowRequest(javax.servlet.http.HttpSession session, ClientConfiguration clientConfiguration, Function<String, String> clientRedirectUrl) Creates the flow request -
Uses of ClientConfiguration in com.atlassian.oauth2.client.api.lib.token
Methods in com.atlassian.oauth2.client.api.lib.token with parameters of type ClientConfigurationModifier and TypeMethodDescriptionTokenService.forceRefresh(ClientConfiguration config, ClientToken token) Refreshes provided token.TokenService.refreshIfNeeded(ClientConfiguration config, ClientToken token, Duration margin) Deprecated. -
Uses of ClientConfiguration in com.atlassian.oauth2.client.api.storage.config
Classes in com.atlassian.oauth2.client.api.storage.config that implement ClientConfigurationMethods in com.atlassian.oauth2.client.api.storage.config with parameters of type ClientConfiguration
TokenHandler.getRefreshedToken(String, Duration)