Values_1.BasicAuthConnectionMetadataSourceMetadata for basic authentication using username and password.
type nonrec t = {baseEndpoint : Values_0.Endpoint.t;The base URL endpoint for the external service.
*)username : Values_0.ActionUserName.t;The username for basic authentication.
*)password : Values_0.ActionPassword.t;The password for basic authentication.
*)}val make :
baseEndpoint:Values_0.Endpoint.t ->
username:Values_0.ActionUserName.t ->
password:Values_0.ActionPassword.t ->
unit ->
t