Connector Profile OAuth2Properties
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)