Versions in this module Expand all Collapse all v0 v0.0.1 Oct 9, 2021 Changes in this version + const AuthorizationHeader + const IBMInstanceIDHeader + const SysdigTeamIDHeader + func AuthorizationHeaderFor(token string) string + type Authenticator interface + Authenticate func(req *http.Request) error + type AuthenticatorFunc func(req *http.Request) error + func (f AuthenticatorFunc) Authenticate(req *http.Request) error + type Refreshable interface + Refresh func() error