Package com.slack.api.model.manifest
Class AppManifest.OAuthConfig
java.lang.Object
com.slack.api.model.manifest.AppManifest.OAuthConfig
- Enclosing class:
- AppManifest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOAuthConfig
(AppManifest.Scopes scopes, List<String> redirectUrls, Boolean tokenManagementEnabled) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
void
setRedirectUrls
(List<String> redirectUrls) void
setScopes
(AppManifest.Scopes scopes) void
setTokenManagementEnabled
(Boolean tokenManagementEnabled) toString()
-
Constructor Details
-
OAuthConfig
public OAuthConfig() -
OAuthConfig
public OAuthConfig(AppManifest.Scopes scopes, List<String> redirectUrls, Boolean tokenManagementEnabled)
-
-
Method Details