ConnectorAuthenticationConfiguration

Configuration that defines the supported authentication types and required properties for the connection type.

Types

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

Properties

Link copied to clipboard

A list of authentication types supported by this connection type, such as Basic, OAuth2, or Custom authentication methods.

Link copied to clipboard

Basic authentication configuration that defines the username and password properties for HTTP Basic authentication.

Link copied to clipboard

Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.

Link copied to clipboard

OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.

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