# 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