Class PlatformManagedOAuthUtils
java.lang.Object
org.mule.runtime.extension.internal.ocs.PlatformManagedOAuthUtils
Utilities for Platform Managed OAuth Connections
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDetermines if the Platform Managed OAuth connections feature is enabled
-
Method Details
-
isPlatformManagedOAuthEnabled
public static boolean isPlatformManagedOAuthEnabled()Determines if the Platform Managed OAuth connections feature is enabled- Parameters:
configurationProperties- the application'sConfigurationProperties- Returns:
- Whether the feature is enabled or not
-