Oihana PHP Arango

AuthType uses ConstantsTrait

Authentication schemes supported by the ArangoDB client.

Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0

Table of Contents

Constants

BASIC  : string = 'Basic'
HTTP Basic authentication. The user and password are sent on every request.
JWT  : string = 'JWT'
JWT Bearer authentication. A signed token is sent on every request.

Constants

BASIC

HTTP Basic authentication. The user and password are sent on every request.

public string BASIC = 'Basic'
On this page

Search results