ConnectorAuthenticationConfiguration
Configuration that defines the supported authentication types and required properties for the connection type.
Types
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
inline fun copy(block: ConnectorAuthenticationConfiguration.Builder.() -> Unit = {}): ConnectorAuthenticationConfiguration