| Package | Description |
|---|---|
| com.slack.api.app_backend.oauth |
OAuth flow - https://api.slack.com/authentication/oauth-v2
|
| com.slack.api.app_backend.oauth.payload |
| Modifier and Type | Method and Description |
|---|---|
OAuthAccessResponse |
OAuthFlowOperator.callOAuthAccessMethod(VerificationCodePayload payload) |
OAuthV2AccessResponse |
OAuthFlowOperator.callOAuthV2AccessMethod(VerificationCodePayload payload) |
| Modifier and Type | Method and Description |
|---|---|
static VerificationCodePayload |
VerificationCodePayload.from(Map<String,List<String>> queryParams)
Extracts code and state from Map object.
|
Copyright © 2020. All rights reserved.