AuthType uses ConstantsTrait
Authentication schemes supported by the ArangoDB client.
Tags
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'
JWT
JWT Bearer authentication. A signed token is sent on every request.
public
string
JWT
= 'JWT'