public class OAuthConfig extends Object
| Constructor and Description |
|---|
OAuthConfig(String ownerConfigName,
AuthCodeConfig authCodeConfig,
OAuthCallbackConfig callbackConfig,
Optional<OAuthObjectStoreConfig> storeConfig,
org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType grantType,
Map<String,String> customParameters,
Map<Field,String> parameterExtractors) |
| Modifier and Type | Method and Description |
|---|---|
AuthCodeConfig |
getAuthCodeConfig() |
OAuthCallbackConfig |
getCallbackConfig() |
Map<String,String> |
getCustomParameters() |
org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType |
getGrantType() |
String |
getOwnerConfigName() |
Map<Field,String> |
getParameterExtractors() |
Optional<OAuthObjectStoreConfig> |
getStoreConfig() |
public OAuthConfig(String ownerConfigName, AuthCodeConfig authCodeConfig, OAuthCallbackConfig callbackConfig, Optional<OAuthObjectStoreConfig> storeConfig, org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType grantType, Map<String,String> customParameters, Map<Field,String> parameterExtractors)
public String getOwnerConfigName()
public AuthCodeConfig getAuthCodeConfig()
public OAuthCallbackConfig getCallbackConfig()
public Optional<OAuthObjectStoreConfig> getStoreConfig()
public org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeGrantType getGrantType()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.