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-low-code
/
io.airbyte.cdk.load.model.http.authenticator
/
BasicAccessAuthenticator
Basic
Access
Authenticator
data
class
BasicAccessAuthenticator
(
val
username
:
String
,
val
password
:
String
)
:
Authenticator
Configuration for basic access authentication.
Members
Constructors
Basic
Access
Authenticator
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
username
Link copied to clipboard
val
username
:
String