Authentication

avokka.arangodb.protocol.ArangoRequest$.Authentication
See theAuthentication companion object
final case class Authentication(version: Int, `type`: MessageType, encryption: String, user: String, password: String) extends Header

Attributes

Companion
object
Graph
Supertypes
trait Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Header
def executeSequence[F[_] : ArangoClient, O : VPackDecoder]: F[ArangoResponse[Vector[O]]]

Attributes

Inherited from:
Header
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product