Class PlatformManagedOAuthGrantType

java.lang.Object
org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType
All Implemented Interfaces:
org.mule.runtime.api.meta.NamedObject, OAuthGrantType

@Experimental public final class PlatformManagedOAuthGrantType extends Object implements OAuthGrantType
A grant type that represent a Platform Managed OAuth connections. This grant type could be consider synthetic as this doesn't exist in the OAuth specification.

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
  • Field Details

  • Constructor Details

    • PlatformManagedOAuthGrantType

      public PlatformManagedOAuthGrantType()
  • Method Details