Package-level declarations

Types

Link copied to clipboard
sealed interface Authenticator

Base interface for all authenticator types in declarative destinations.

Link copied to clipboard
data class BasicAccessAuthenticator(val username: String, val password: String) : Authenticator

Configuration for basic access authentication.

Link copied to clipboard
data class OAuthAuthenticator(val url: String, val clientId: String, val clientSecret: String, val refreshToken: String) : Authenticator