Versions in this module Expand all Collapse all v0 v0.89.0 Sep 8, 2026 Changes in this version + func Run(args []string) error + type Client struct + Color bool + Endpoint string + HTTP *http.Client + Output io.Writer + ProfileName string + ProfilePath string + Profiles *ProfileStore + SessionID string + TokenProvider TokenProvider + type Profile struct + Endpoint string + JWTAudience string + JWTIssuer string + JWTPrivateKey string + JWTScope string + JWTSubject string + SessionID string + type ProfileStore struct + Profiles map[string]*Profile + type TokenProvider func(context.Context) (string, error) + func NewJWTTokenProvider(ctx context.Context, ...) (TokenProvider, error) + func NewJWTTokenProviderWithResource(ctx context.Context, resource *scy.Resource, ...) (TokenProvider, error)