Auth

object Auth
Companion:
class
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
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

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.

def Bearer(token: String): Auth

Option to authenticate with an authentication token.

Option to authenticate with an authentication token.

Concrete fields

val None: Auth

Option to not provide any authentication details.

Option to not provide any authentication details.