Uses of Class
com.slack.api.methods.request.oauth.OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder
| 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.oauth |
-
Uses of OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder Modifier and Type Method Description CompletableFuture<OAuthV2ExchangeResponse>AsyncMethodsClient. oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req)OAuthV2ExchangeResponseMethodsClient. oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req) -
Uses of OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder Modifier and Type Method Description CompletableFuture<OAuthV2ExchangeResponse>AsyncMethodsClientImpl. oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req)OAuthV2ExchangeResponseMethodsClientImpl. oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req) -
Uses of OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder in com.slack.api.methods.request.oauth
Methods in com.slack.api.methods.request.oauth that return OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder Modifier and Type Method Description static OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilderOAuthV2ExchangeRequest. builder()OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilderOAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder. clientId(String clientId)Issued when you created your application.OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilderOAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder. clientSecret(String clientSecret)Issued when you created your application.OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilderOAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder. token(String token)The legacy xoxb or xoxp token being migrated to use token rotation.