BASIC is used to indicate that basic authentication is required.
from enum value: BASIC = 1;
ID is used to indicate that an identity is required.
from enum value: ID = 3;
LDAP is used to indicate that LDAP authentication is required.
from enum value: LDAP = 2;
MTLS is used to indicate that mutual TLS authentication is required. The TLS object should be used to configure the TLS connection.
from enum value: MTLS = 4;
NO_AUTH is used to indicate that no authentication is required.
from enum value: NO_AUTH = 0;
Generated using TypeDoc
NetworkAuthMethod are types of RPC credentials to supply to mesh nodes.
Generated
from enum v1.NetworkAuthMethod