CreateConnectionAuthRequestParameters

Contains the authorization parameters for the connection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A CreateConnectionApiKeyAuthRequestParameters object that contains the API key authorization parameters to use for the connection.

Link copied to clipboard

A CreateConnectionBasicAuthRequestParameters object that contains the Basic authorization parameters to use for the connection.

Link copied to clipboard

A ConnectionHttpParameters object that contains the API key authorization parameters to use for the connection. Note that if you include additional parameters for the target of a rule via HttpParameters, including query strings, the parameters added for the connection take precedence.

Link copied to clipboard

A CreateConnectionOAuthRequestParameters object that contains the OAuth authorization parameters to use for the connection.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String