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 booleanbooleaninthashCode()voidsetRedirectUrls(List<String> redirectUrls) voidsetScopes(AppManifest.Scopes scopes) voidsetTokenManagementEnabled(Boolean tokenManagementEnabled) toString()
-
Constructor Details
-
OAuthConfig
public OAuthConfig() -
OAuthConfig
public OAuthConfig(AppManifest.Scopes scopes, List<String> redirectUrls, Boolean tokenManagementEnabled)
-
-
Method Details