ValidProxyAuthenticate
zio.http.model.headers.values.ProxyAuthenticate$.ValidProxyAuthenticate
final case class ValidProxyAuthenticate(scheme: AuthenticationScheme, realm: Option[String]) extends ProxyAuthenticate
Attributes
- realm
A description of the protected area, the realm. If no realm is specified, clients often display a formatted host name instead.
- scheme
Authentication type
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ProxyAuthenticateclass Objecttrait Matchableclass Any