Values.BasicAuthenticationCredentialsSourceThe basic authentication credentials of a connection.
type nonrec t = {userName : BasicAuthenticationCredentialsUserNameString.t option;The user name for the connecion.
*)password : BasicAuthenticationCredentialsPasswordString.t option;The password for a connection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of BasicAuthenticationCredentialsUserNameString.t ])
list ]