DigestAuthenticationBackend

sttp.client4.wrappers.DigestAuthenticationBackend
See theDigestAuthenticationBackend companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(delegate: SyncBackend): SyncBackend
def apply[F[_]](delegate: Backend[F]): Backend[F]
def apply[F[_]](delegate: WebSocketBackend[F]): WebSocketBackend[F]
def apply[F[_], S](delegate: StreamBackend[F, S]): StreamBackend[F, S]
def apply[F[_], S](delegate: WebSocketStreamBackend[F, S]): WebSocketStreamBackend[F, S]
def apply(delegate: SyncBackend, clientNonceGenerator: () => String): SyncBackend
def apply[F[_]](delegate: Backend[F], clientNonceGenerator: () => String): Backend[F]
def apply[F[_]](delegate: WebSocketBackend[F], clientNonceGenerator: () => String): WebSocketBackend[F]
def apply(delegate: WebSocketSyncBackend, clientNonceGenerator: () => String): WebSocketSyncBackend
def apply[F[_], S](delegate: StreamBackend[F, S], clientNonceGenerator: () => String): StreamBackend[F, S]
def apply[F[_], S](delegate: WebSocketStreamBackend[F, S], clientNonceGenerator: () => String): WebSocketStreamBackend[F, S]