Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClient ¶
type AuthClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(ctx context.Context, opts Opts) (*AuthClient, error)
NewClient creates a new authentication client. The context on the client should be long-lived, e.g. context.Background().
func (*AuthClient) Config ¶
func (c *AuthClient) Config() *Config
Click to show internal directories.
Click to hide internal directories.