# Functions
New creates a new client interface for use with building requests that contain the necessary auth headers.
# Constants
DefaultIDHeader is the default header key used via Interface.WithHeader.
# Variables
ExpiringTokenOptions contains values that match those used in the tutorial at https://learnk8s.io/microservices-authentication-kubernetes.
LongLivedTokenOptions contains values that match the default behavior for long-lived (no expiry) service account tokens.
# Interfaces
No description provided by the author
Interface provides methods for working with client IDs as provided by service account tokens.
No description provided by the author