Values.CreateConnectionBasicAuthRequestParametersSourceContains the Basic authorization parameters to use for the connection.
type nonrec t = {username : AuthHeaderParameters.t;The user name to use for Basic authorization.
*)password : AuthHeaderParametersSensitive.t;The password associated with the user name to use for Basic authorization.
*)}val make :
username:AuthHeaderParameters.t ->
password:AuthHeaderParametersSensitive.t ->
unit ->
t