ConnectorProfileCustomConnectorProfileProperties

data class ConnectorProfileCustomConnectorProfileProperties(val oAuth2Properties: ConnectorProfileOAuth2Properties? = null, val profileProperties: Map<String, String>? = null)

Constructors

constructor(oAuth2Properties: ConnectorProfileOAuth2Properties? = null, profileProperties: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OAuth 2.0 properties required for OAuth 2.0 authentication.

Link copied to clipboard

A map of properties that are required to create a profile for the custom connector.