Package com.slack.api.model.manifest
Class AppManifestParams.OAuthConfig.OAuthConfigBuilder
java.lang.Object
com.slack.api.model.manifest.AppManifestParams.OAuthConfig.OAuthConfigBuilder
- Enclosing class:
- AppManifestParams.OAuthConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()redirectUrls(List<String> redirectUrls) scopes(AppManifestParams.Scopes scopes) tokenManagementEnabled(Boolean tokenManagementEnabled) toString()
-
Method Details
-
scopes
- Returns:
this.
-
redirectUrls
- Returns:
this.
-
tokenManagementEnabled
public AppManifestParams.OAuthConfig.OAuthConfigBuilder tokenManagementEnabled(Boolean tokenManagementEnabled) - Returns:
this.
-
build
-
toString
-