ApiKeyAuth

final case class ApiKeyAuth(apiKey: String, project: Option[String]) extends Auth
trait Serializable
trait Product
trait Equals
trait Auth
class Object
trait Matchable
class Any

Value members

Concrete methods

def auth[U[_], T, S](r: RequestT[U, T, S]): RequestT[U, T, S]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product