ConnectorProfileZendeskConnectorProfileCredentials

data class ConnectorProfileZendeskConnectorProfileCredentials(val accessToken: String? = null, val clientId: String, val clientSecret: String, val connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = null)

Constructors

constructor(accessToken: String? = null, clientId: String, clientSecret: String, connectorOAuthRequest: ConnectorProfileConnectorOAuthRequest? = 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 identifier for the desired client.

Link copied to clipboard

The client secret used by the oauth client to authenticate to the authorization server.

Link copied to clipboard

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