Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + type Authorization interface + AccessReview func(ctx context.Context, ...) (allowed bool, err error) + SelfAccessReview func(ctx context.Context, ...) (allowed bool, err error) + type Client struct + Authorization Authorization + func NewClient(config Config) (*Client, error) + func NewClientMock(config Config) (*Client, error) + func (c *Client) Close() error + type Config struct + BaseURL string + ClientID string + ClientSecret string + Debug bool + SelfToken string + TokenURL string v0.1.0-rc.1 Feb 16, 2026