Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-http
/
io.airbyte.cdk.load.http.authentication
/
BasicAccessAuthenticator
Basic
Access
Authenticator
class
BasicAccessAuthenticator
(
username
:
String
,
password
:
String
)
:
Interceptor
Members
Constructors
Basic
Access
Authenticator
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
)
Functions
intercept
Link copied to clipboard
open
override
fun
intercept
(
chain
:
Interceptor.Chain
)
:
Response