requireCallbackUrl property

bool? requireCallbackUrl
getter/setter pair

Whether a callback URL is required when this catalog item's API product is enabled in a developer app.

When true, a portal user will be required to input a URL when managing the app (this is typically used for the app's OAuth flow).

Optional.

Implementation

core.bool? requireCallbackUrl;