Package-level declarations
Types
Link copied to clipboard
Base interface for all authenticator types in declarative destinations.
Link copied to clipboard
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