@Experimental public final class PlatformManagedOAuthGrantType extends Object implements OAuthGrantType
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
| Constructor and Description |
|---|
PlatformManagedOAuthGrantType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OAuthGrantTypeVisitor visitor)
Accepts a visitor
|
String |
getAccessTokenExpr() |
String |
getExpirationRegex() |
String |
getName() |
public static final String NAME
public String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectpublic String getAccessTokenExpr()
getAccessTokenExpr in interface OAuthGrantTypepublic String getExpirationRegex()
getExpirationRegex in interface OAuthGrantTypepublic void accept(OAuthGrantTypeVisitor visitor)
OAuthGrantTypeaccept in interface OAuthGrantTypevisitor - an OAuthGrantTypeVisitorCopyright © 2024 MuleSoft, Inc.. All rights reserved.