Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateClient(ctx context.Context, redirectUris []string, trustedPeers []string, public bool, ...) (*api.Client, error)
- func (c *Client) DeleteClient(ctx context.Context, id string) error
- func (c *Client) UpdateClient(ctx context.Context, clientID string, redirectUris []string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represent a client wrapper for Dex
func (*Client) CreateClient ¶
func (c *Client) CreateClient(ctx context.Context, redirectUris []string, trustedPeers []string, public bool, name string, logoURL string) (*api.Client, error)
CreateClient a new OIDC client in Dex
func (*Client) DeleteClient ¶
DeleteClient deletes the client with given Id from Dex
Click to show internal directories.
Click to hide internal directories.