| Package | Description |
|---|---|
| com.atlassian.oauth2.client.api.lib.flow | |
| com.atlassian.oauth2.client.api.lib.token | |
| com.atlassian.oauth2.client.api.storage.config |
| Modifier and Type | Method and Description |
|---|---|
FlowRequest |
FlowRequestService.createFlowRequest(javax.servlet.http.HttpSession session,
ClientConfiguration clientConfiguration,
Function<String,String> clientCallbackUrl)
Creates the flow request
|
| Modifier and Type | Method and Description |
|---|---|
ClientToken |
TokenService.forceRefresh(ClientConfiguration config,
ClientToken token)
Refreshes provided token.
|
ClientToken |
TokenService.refreshIfNeeded(ClientConfiguration config,
ClientToken token,
Duration margin)
Refreshes provided token if needed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConfigurationEntity |
| Modifier and Type | Method and Description |
|---|---|
static ClientConfigurationEntity.Builder |
ClientConfigurationEntity.builder(ClientConfiguration data) |
Copyright © 2020 Atlassian. All rights reserved.