public final class AuthorizationCodeConfig extends OAuthConfig<org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType>
| Constructor and Description |
|---|
AuthorizationCodeConfig(String ownerConfigName,
Optional<OAuthObjectStoreConfig> storeConfig,
org.mule.runtime.api.util.MultiMap<String,String> customParameters,
org.mule.runtime.api.util.MultiMap<String,String> customHeaders,
Map<Field,String> parameterExtractors,
org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType grantType,
OAuthCallbackConfig callbackConfig,
String consumerKey,
String consumerSecret,
String authorizationUrl,
String accessTokenUrl,
String scope,
String resourceOwnerId,
String before,
String after) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTokenUrl() |
Optional<String> |
getAfter() |
String |
getAuthorizationUrl() |
Optional<String> |
getBefore() |
OAuthCallbackConfig |
getCallbackConfig() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType |
getGrantType() |
String |
getResourceOwnerId() |
Optional<String> |
getScope() |
getCustomHeaders, getCustomParameters, getOwnerConfigName, getParameterExtractors, getStoreConfigpublic AuthorizationCodeConfig(String ownerConfigName, Optional<OAuthObjectStoreConfig> storeConfig, org.mule.runtime.api.util.MultiMap<String,String> customParameters, org.mule.runtime.api.util.MultiMap<String,String> customHeaders, Map<Field,String> parameterExtractors, org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType grantType, OAuthCallbackConfig callbackConfig, String consumerKey, String consumerSecret, String authorizationUrl, String accessTokenUrl, String scope, String resourceOwnerId, String before, String after)
public org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType getGrantType()
getGrantType in class OAuthConfig<org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType>public String getConsumerKey()
public String getConsumerSecret()
public String getAuthorizationUrl()
public String getAccessTokenUrl()
public String getResourceOwnerId()
public OAuthCallbackConfig getCallbackConfig()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.