package
2.38.0
Repository: https://github.com/nginx/agent.git
Documentation: pkg.go.dev

# Functions

NewClientAuth for outbound authenticated connections.
WithBearerToken to skip the API Token auth.

# Constants

BearerHeader in an outbound metadata for a bearer token (typically a JWT).
IDHeader in an outbound metadata for a client ID.
TokenHeader in outbound metadata for an authorization token.

# Interfaces

Authenticator Auth-s the initial connection then allows validation at any point of the stream.
No description provided by the author
No description provided by the author

# Type aliases

Claims contain information about the VerifiedClientToken.
No description provided by the author