Versions in this module Expand all Collapse all v0 v0.40.2 Dec 1, 2024 v0.40.1 Dec 1, 2024 Changes in this version + func GetAuthTokenIfNeeded(logger zerolog.Logger, sources []*specs.Source, ...) (cqapiauth.Token, error) + func GetTeamForToken(ctx context.Context, token auth.Token) (string, error) + func GetTokenType() cqapiauth.TokenType + func GetUser(ctx context.Context, token auth.Token) (*cqapi.User, error) + func IsTeamInternal(ctx context.Context, team string) (bool, error) + func Logout() error