public class OCSSettings extends Object
| Constructor and Description |
|---|
OCSSettings(String platformUrl,
String tokenUrl,
String clientId,
String clientSecret,
Charset encoding,
org.mule.runtime.oauth.api.builder.ClientCredentialsLocation clientCredentialsLocation,
String organizationId) |
OCSSettings(String platformUrl,
String tokenUrl,
String clientId,
String clientSecret,
Charset encoding,
org.mule.runtime.oauth.api.builder.ClientCredentialsLocation clientCredentialsLocation,
String organizationId,
String apiVersion) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion() |
org.mule.runtime.oauth.api.builder.ClientCredentialsLocation |
getClientCredentialsLocation() |
String |
getClientId() |
String |
getClientSecret() |
Charset |
getEncoding() |
String |
getOrganizationId() |
String |
getPlatformUrl() |
String |
getTokenUrl() |
public OCSSettings(String platformUrl, String tokenUrl, String clientId, String clientSecret, Charset encoding, org.mule.runtime.oauth.api.builder.ClientCredentialsLocation clientCredentialsLocation, String organizationId)
public String getPlatformUrl()
public String getTokenUrl()
public String getClientId()
public String getClientSecret()
public Charset getEncoding()
public org.mule.runtime.oauth.api.builder.ClientCredentialsLocation getClientCredentialsLocation()
public String getOrganizationId()
public String getApiVersion()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.