| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl | |
| com.slack.api.methods.request.auth |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AuthRevokeResponse> |
AsyncMethodsClient.authRevoke(RequestConfigurator<AuthRevokeRequest.AuthRevokeRequestBuilder> req) |
AuthRevokeResponse |
MethodsClient.authRevoke(RequestConfigurator<AuthRevokeRequest.AuthRevokeRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
AuthRevokeResponse |
MethodsClientImpl.authRevoke(RequestConfigurator<AuthRevokeRequest.AuthRevokeRequestBuilder> req) |
CompletableFuture<AuthRevokeResponse> |
AsyncMethodsClientImpl.authRevoke(RequestConfigurator<AuthRevokeRequest.AuthRevokeRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static AuthRevokeRequest.AuthRevokeRequestBuilder |
AuthRevokeRequest.builder() |
AuthRevokeRequest.AuthRevokeRequestBuilder |
AuthRevokeRequest.AuthRevokeRequestBuilder.test(boolean test)
Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.
|
AuthRevokeRequest.AuthRevokeRequestBuilder |
AuthRevokeRequest.AuthRevokeRequestBuilder.token(String token)
Authentication token.
|
Copyright © 2020. All rights reserved.