BasicCredentials

scamper.http.auth.BasicCredentials
See theBasicCredentials companion object
sealed trait BasicCredentials extends Credentials

Credentials for Basic authorization.

Attributes

Companion
object
Graph
Supertypes
trait Credentials
trait AuthType
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def password: String

Gets password.

Gets password.

Attributes

def user: String

Gets user.

Gets user.

Attributes

Inherited methods

def token: String

Gets token.

Gets token.

Attributes

Inherited from:
Credentials

Concrete fields

val scheme: String

Gets scheme.

Gets scheme.

Attributes

Inherited fields

lazy override val toString: String

Returns formatted credentials.

Returns formatted credentials.

Attributes

Inherited from:
Credentials