Uses of Class
com.slack.api.model.manifest.AppManifest.Scopes
Packages that use AppManifest.Scopes
-
Uses of AppManifest.Scopes in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.ScopesModifier and TypeMethodDescriptionAppManifest.Scopes.ScopesBuilder.build()AppManifest.OAuthConfig.getScopes()Methods in com.slack.api.model.manifest with parameters of type AppManifest.ScopesModifier and TypeMethodDescriptionAppManifest.OAuthConfig.OAuthConfigBuilder.scopes(AppManifest.Scopes scopes) voidAppManifest.OAuthConfig.setScopes(AppManifest.Scopes scopes) Constructors in com.slack.api.model.manifest with parameters of type AppManifest.ScopesModifierConstructorDescriptionOAuthConfig(AppManifest.Scopes scopes, List<String> redirectUrls, Boolean tokenManagementEnabled)