Package-level declarations

Types

Link copied to clipboard
class BasicAccessAuthenticator(username: String, password: String) : Interceptor
Link copied to clipboard
class OAuthAuthenticator(endpoint: String, clientId: String, clientSecret: String, refreshToken: String, httpClient: HttpClient = AirbyteOkHttpClient(OkHttpClient.Builder().build())) : Interceptor