AuthenticationConfig

Contains information about the authentication config that the connector supports.

Types

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

Properties

Link copied to clipboard

Contains information required for custom authentication.

Link copied to clipboard

Indicates whether API key authentication is supported by the connector

Link copied to clipboard

Indicates whether basic authentication is supported by the connector.

Link copied to clipboard

Indicates whether custom authentication is supported by the connector

Link copied to clipboard

Indicates whether OAuth 2.0 authentication is supported by the connector.

Link copied to clipboard

Contains the default values required for OAuth 2.0 authentication.

Functions

Link copied to clipboard
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