public interface OAuthGrantTypeVisitor
OAuthGrantType implementations| Modifier and Type | Method and Description |
|---|---|
void |
visit(AuthorizationCodeGrantType grantType)
visit a grant type for Authorization Code
|
void |
visit(ClientCredentialsGrantType grantType)
visit a grant type for Client Credentials
|
void |
visit(PlatformManagedOAuthGrantType grantType)
visit a grant type for Platform Managed Connections
|
void visit(AuthorizationCodeGrantType grantType)
grantType - the grant typevoid visit(ClientCredentialsGrantType grantType)
grantType - the grant type@Experimental void visit(PlatformManagedOAuthGrantType grantType)
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
grantType - the grant typeCopyright © 2020 MuleSoft, Inc.. All rights reserved.