Values.BasicAuthCredentialsSourceThe basic auth credentials required for basic authentication.
type nonrec t = {username : Username.t;The username to use to connect to a resource.
*)password : Password.t;The password to use to connect to a resource.
*)}