Uses of Interface
com.slack.api.bolt.service.builtin.oauth.view.OAuthInstallPageRenderer
Packages that use OAuthInstallPageRenderer
Package
Description
The root package of this library.
-
Uses of OAuthInstallPageRenderer in com.slack.api.bolt
Methods in com.slack.api.bolt that return OAuthInstallPageRendererModifier and TypeMethodDescriptionAppConfig.getOAuthInstallPageRenderer()Renders the web page content to display to installers.Methods in com.slack.api.bolt with parameters of type OAuthInstallPageRendererModifier and TypeMethodDescriptionAppConfig.AppConfigBuilder.oAuthInstallPageRenderer(OAuthInstallPageRenderer oAuthInstallPageRenderer) Renders the web page content to display to installers.voidAppConfig.setOAuthInstallPageRenderer(OAuthInstallPageRenderer oAuthInstallPageRenderer) Renders the web page content to display to installers.Constructors in com.slack.api.bolt with parameters of type OAuthInstallPageRendererModifierConstructorDescriptionAppConfig(Slack slack, ExecutorServiceProvider executorServiceProvider, String singleTeamBotToken, String signingSecret, String verificationToken, boolean oAuthInstallPathEnabled, boolean oAuthStartEnabled, boolean openIDConnectEnabled, boolean oAuthRedirectUriPathEnabled, boolean oAuthCallbackEnabled, boolean oAuthInstallPageRenderingEnabled, OAuthInstallPageRenderer oAuthInstallPageRenderer, OAuthRedirectUriPageRenderer oAuthRedirectUriPageRenderer, UnmatchedRequestHandler unmatchedRequestHandler, boolean authTestCacheEnabled, long authTestCacheExpirationMillis, boolean classicAppPermissionsEnabled, int threadPoolSize, String clientId, String clientSecret, String redirectUri, String scope, String userScope, long tokenRotationExpirationMillis, String appPath, String oauthStartPath, String oauthInstallPath, String oauthCallbackPath, String oauthRedirectUriPath, boolean stateValidationEnabled, String oauthCancellationUrl, String oauthCompletionUrl, boolean alwaysRequestUserTokenNeeded, boolean appInitializersEnabled, boolean subtypedMessageEventsAutoAckEnabled, boolean allEventsApiAutoAckEnabled, boolean attachingFunctionTokenEnabled, boolean sslCheckEnabled, boolean requestVerificationEnabled, boolean ignoringSelfEventsEnabled, boolean ignoringSelfAssistantMessageEventsEnabled) Creates a newAppConfiginstance. -
Uses of OAuthInstallPageRenderer in com.slack.api.bolt.service.builtin.oauth.view.default_impl
Classes in com.slack.api.bolt.service.builtin.oauth.view.default_impl that implement OAuthInstallPageRenderer