ConnectorProfilePardotConnectorProfileCredentials

data class ConnectorProfilePardotConnectorProfileCredentials(val accessToken: String? = null, val clientCredentialsArn: String? = null, val connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, val refreshToken: String? = null)

Constructors

constructor(accessToken: String? = null, clientCredentialsArn: String? = null, connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null, refreshToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: String? = null

The credentials used to access protected resources.

Link copied to clipboard

The client credentials to fetch access token and refresh token.

Link copied to clipboard

The oauth needed to request security tokens from the connector endpoint.

Link copied to clipboard
val refreshToken: String? = null

The credentials used to acquire new access tokens.