Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
WithRawResponse *RawClient
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(options *core.RequestOptions) *Client
func (*Client) Get ¶
func (c *Client) Get( ctx context.Context, id string, request *management.GetConnectionEnabledClientsRequestParameters, opts ...option.RequestOption, ) (*core.Page[*management.ConnectionEnabledClient], error)
Retrieve all clients that have the specified <a href="https://auth0.com/docs/authenticate/identity-providers">connection</a> enabled.
<b>Note</b>: The first time you call this endpoint, omit the <code>from</code> parameter. If there are more results, a <code>next</code> value is included in the response. You can use this for subsequent API calls. When <code>next</code> is no longer included in the response, no further results are remaining.
func (*Client) Update ¶
func (c *Client) Update( ctx context.Context, id string, request management.UpdateEnabledClientConnectionsRequestContent, opts ...option.RequestOption, ) error
type RawClient ¶
type RawClient struct {
// contains filtered or unexported fields
}
func NewRawClient ¶
func NewRawClient(options *core.RequestOptions) *RawClient
func (*RawClient) Update ¶
func (r *RawClient) Update( ctx context.Context, id string, request management.UpdateEnabledClientConnectionsRequestContent, opts ...option.RequestOption, ) (*core.Response[any], error)
Click to show internal directories.
Click to hide internal directories.