Auth

object Auth
Companion:
class
Source:
Auth.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Auth.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def Basic(username: String, password: String): Auth

Option to authenticate with username and password.

Option to authenticate with username and password.

Source:
Auth.scala
def Bearer(token: String): Auth

Option to authenticate with an authentication token.

Option to authenticate with an authentication token.

Source:
Auth.scala

Concrete fields

val None: Auth

Option to not provide any authentication details.

Option to not provide any authentication details.

Source:
Auth.scala