Versions in this module Expand all Collapse all v0 v0.1.0 Jun 24, 2026 Changes in this version + func DefaultIdentity() *identity.Client + func Init(creds Credentials, opts ...Option) + func WithAuthentication(opts middleware.Options) func(http.Handler) http.Handler + type Client struct + func New(creds Credentials, opts ...Option) *Client + func (c *Client) Audits() *audits.Client + func (c *Client) Entitlements(opts ...entitlements.Option) *entitlements.Client + func (c *Client) Events(auth *authenticator.Authenticator) *events.Client + func (c *Client) HTTPClient(auth *authenticator.Authenticator, opts ...httpclient.Option) *httpclient.Client + func (c *Client) HostedLogin(redirectURI string) *hostedlogin.Client + func (c *Client) Identity() *identity.Client + func (c *Client) NewAuthenticator() *authenticator.Authenticator + type Credentials = identity.Credentials + type Option func(*Client) + func WithConfig(cfg config.Config) Option + func WithHTTPClient(h *http.Client) Option + func WithLogger(l logger.Logger) Option