Uses of Class
com.slack.api.methods.request.oauth.OAuthTokenRequest.OAuthTokenRequestBuilder
Packages that use OAuthTokenRequest.OAuthTokenRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of OAuthTokenRequest.OAuthTokenRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type OAuthTokenRequest.OAuthTokenRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.oauthToken(RequestConfigurator<OAuthTokenRequest.OAuthTokenRequestBuilder> req) MethodsClient.oauthToken(RequestConfigurator<OAuthTokenRequest.OAuthTokenRequestBuilder> req) -
Uses of OAuthTokenRequest.OAuthTokenRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type OAuthTokenRequest.OAuthTokenRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.oauthToken(RequestConfigurator<OAuthTokenRequest.OAuthTokenRequestBuilder> req) MethodsClientImpl.oauthToken(RequestConfigurator<OAuthTokenRequest.OAuthTokenRequestBuilder> req) -
Uses of OAuthTokenRequest.OAuthTokenRequestBuilder in com.slack.api.methods.request.oauth
Methods in com.slack.api.methods.request.oauth that return OAuthTokenRequest.OAuthTokenRequestBuilderModifier and TypeMethodDescriptionOAuthTokenRequest.builder()Issued when you created your application.OAuthTokenRequest.OAuthTokenRequestBuilder.clientSecret(String clientSecret) Issued when you created your application.The `code` param returned via the OAuth callback.OAuthTokenRequest.OAuthTokenRequestBuilder.redirectUri(String redirectUri) This must match the originally submitted URI (if one was sent).OAuthTokenRequest.OAuthTokenRequestBuilder.singleChannel(boolean singleChannel) Request the user to add your app only to a single channel.