AuthConfig

com.github.cloudfiles.core.http.auth.AuthConfig
sealed trait AuthConfig

A trait representing a configuration for an authentication mechanism.

This is just a marker interface. Concrete implementations define their own specific properties.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoAuthConfig.type
class OAuthConfig
In this article