Credentials

org.http4s.Credentials
See theCredentials companion object
sealed abstract class Credentials extends Renderable

Attributes

Companion
object
Source
Credentials.scala
Graph
Supertypes
trait Renderable
class Object
trait Matchable
class Any
Known subtypes
class AuthParams
class Token

Members list

Value members

Abstract methods

Attributes

Source
Credentials.scala

Inherited methods

def render(writer: Writer): Writer

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Inherited from:
Renderable
Source
Renderable.scala

Generates a String rendering of this object

Generates a String rendering of this object

Attributes

Inherited from:
Renderable
Source
Renderable.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Renderable -> Any
Inherited from:
Renderable
Source
Renderable.scala