| Package | Description |
|---|---|
| org.mule.runtime.extension.api.connectivity.oauth |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeGrantType
Implementation of which contains information about how to use the Authorization-Code grant type against
a particular OAuth provider
|
class |
ClientCredentialsGrantType
Implementation of
OAuthGrantType which contains information about how to use the Client Credentials grant type against
a particular OAuth provider |
class |
PlatformManagedOAuthGrantType
A grant type that represent a Platform Managed OAuth connections.
|
| Modifier and Type | Method and Description |
|---|---|
List<OAuthGrantType> |
OAuthModelProperty.getGrantTypes() |
| Constructor and Description |
|---|
OAuthModelProperty(List<OAuthGrantType> grantTypes)
Creates a new instance
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.