Versions in this module Expand all Collapse all v0 v0.2.0 Mar 5, 2026 v0.1.0 Mar 1, 2026 Changes in this version + func NewHTTPClient(ctx context.Context, opts ...Opt) *http.Client + func NewTokenSource(opts ...Opt) oauth2.TokenSource + func NewUnixSocketClient(path string) *http.Client + type Claims struct + func (c *Claims) Validate(_ context.Context) error + type CustomClaims struct + AppId string + AppName string + Image string + ImageDigest string + MachineId string + MachineName string + MachineVersion string + OrgId string + OrgName string + Region string + type Opt func(*tokenSource) + func WithAudience(aud string) Opt