Connector Profile Salesforce Connector Profile Credentials
data class ConnectorProfileSalesforceConnectorProfileCredentials(val accessToken: String? = null, val clientCredentialsArn: String? = null, val connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, val jwtToken: String? = null, val oAuth2GrantType: ConnectorProfileOAuth2GrantType? = null, val refreshToken: String? = null)
Constructors
Link copied to clipboard
fun ConnectorProfileSalesforceConnectorProfileCredentials(accessToken: String? = null, clientCredentialsArn: String? = null, connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, jwtToken: String? = null, oAuth2GrantType: ConnectorProfileOAuth2GrantType? = null, refreshToken: String? = null)