When true, end users may authorize a subset of the app's OAuth scopes; only the app's functional scopes (needed for the post-OAuth test request) are enforced. Defaults to false.
+ */ + _FinalStage allowProgressiveScopes(OptionalWhen true, end users may authorize a subset of the app's OAuth scopes; only the app's functional scopes (needed for the post-OAuth test request) are enforced. Defaults to false.
+ * @return Reference to {@code this} so that method calls can be chained together. + */ + @java.lang.Override + public _FinalStage allowProgressiveScopes(Boolean allowProgressiveScopes) { + this.allowProgressiveScopes = Optional.ofNullable(allowProgressiveScopes); + return this; + } + + /** + *When true, end users may authorize a subset of the app's OAuth scopes; only the app's functional scopes (needed for the post-OAuth test request) are enforced. Defaults to false.
+ */ + @java.lang.Override + @JsonSetter(value = "allow_progressive_scopes", nulls = Nulls.SKIP) + public _FinalStage allowProgressiveScopes(OptionalWebhook URI for notifications
* @return Reference to {@code this} so that method calls can be chained together. @@ -385,6 +429,7 @@ public CreateTokenOpts build() { scope, successRedirectUri, webhookUri, + allowProgressiveScopes, additionalProperties); } }