Packages

object Auth

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Auth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ApiKey[T](input: Single[T]) extends Auth[T] with Product with Serializable
  2. case class Http[T](scheme: String, input: Single[T]) extends Auth[T] with Product with Serializable
  3. case class Oauth2(authorizationUrl: String, tokenUrl: String, scopes: ListMap[String, String], refreshUrl: Option[String] = None, input: Single[String]) extends Auth[String] with Product with Serializable