ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties(val oauth2GrantType: String, val tokenUrl: String, val tokenUrlCustomProperties: Map<String, String>? = null)

Constructors

constructor(oauth2GrantType: String, tokenUrl: String, tokenUrlCustomProperties: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication. One of: AUTHORIZATION_CODE, CLIENT_CREDENTIALS.

Link copied to clipboard

The token URL required for OAuth 2.0 authentication.

Link copied to clipboard

Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.