ConnectorProfileOAuth2Properties

data class ConnectorProfileOAuth2Properties(val oAuth2GrantType: ConnectorProfileOAuth2GrantType? = null, val tokenUrl: String? = null, val tokenUrlCustomProperties: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(oAuth2GrantType: ConnectorProfileOAuth2GrantType? = null, tokenUrl: String? = null, 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.

Link copied to clipboard
val tokenUrl: String? = null

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.