Connector Profile OAuth2Properties
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)
Properties
Link copied to clipboard
The OAuth 2.0 grant type used by connector 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.