Enumeration ConnectionParameters_AuthHeader

AuthHeader is an enumeration of headers that coorespond to the AuthMethod. They are used to pass authentication credentials to the daemon. Enums cannot be used as map keys, so their string values are used instead.

Generated

from enum v1.ConnectionParameters.AuthHeader

Enumeration Members

ADDRS_ENVELOPE: 4

ADDRS_ENVELOPE is the header for a signed envelope containing the join addresses to use to connect to the mesh.

Generated

from enum value: ADDRS_ENVELOPE = 4;

BASIC_PASSWORD: 1

BASIC_PASSWORD is the password for basic authentication.

Generated

from enum value: BASIC_PASSWORD = 1;

BASIC_USERNAME: 0

BASIC_USERNAME is the username for basic authentication.

Generated

from enum value: BASIC_USERNAME = 0;

LDAP_PASSWORD: 3

LDAP_PASSWORD is the password for LDAP authentication.

Generated

from enum value: LDAP_PASSWORD = 3;

LDAP_USERNAME: 2

LDAP_USERNAME is the username for LDAP authentication.

Generated

from enum value: LDAP_USERNAME = 2;

Generated using TypeDoc