Uses of Class
com.slack.api.methods.request.oauth.OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder
Packages that use OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req) MethodsClient.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.OAuthV2ExchangeRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req) MethodsClientImpl.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.OAuthV2ExchangeRequestBuilderModifier and TypeMethodDescriptionOAuthV2ExchangeRequest.builder()Issued when you created your application.OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder.clientSecret(String clientSecret) Issued when you created your application.The legacy xoxb or xoxp token being migrated to use token rotation.