All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.http.Credentials.scala Maven / Gradle / Ivy

The newest version!
package zio.http

import zio.Config.Secret

final case class Credentials(uname: String, upassword: Secret)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy