oauth2providers

package
v0.2.42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

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
}

func New

func New(client client.Client, namespace string) *Client

func (*Client) Create added in v0.2.5

func (c *Client) Create(ctx context.Context, organizationID string, request *openapi.Oauth2ProviderWrite) (*openapi.Oauth2ProviderRead, error)

func (*Client) Delete added in v0.2.5

func (c *Client) Delete(ctx context.Context, organizationID, providerID string) error

func (*Client) List

func (c *Client) List(ctx context.Context, organizationID string) (openapi.Oauth2Providers, error)

func (*Client) ListGlobal added in v0.2.5

func (c *Client) ListGlobal(ctx context.Context) (openapi.Oauth2Providers, error)

func (*Client) Update added in v0.2.5

func (c *Client) Update(ctx context.Context, organizationID, providerID string, request *openapi.Oauth2ProviderWrite) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL