ConnectorProfileOAuth2Properties

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

Constructors

Link copied to clipboard
fun ConnectorProfileOAuth2Properties(oAuth2GrantType: ConnectorProfileOAuth2GrantType? = null, tokenUrl: String? = null, tokenUrlCustomProperties: ConnectorProfileTokenUrlCustomProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val tokenUrl: String? = null