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) DeleteByUserID ¶
func (c *Client) DeleteByUserID( ctx context.Context, request *management.DeleteUserGrantByUserIDRequestParameters, opts ...option.RequestOption, ) error
Delete a grant associated with your account.
func (*Client) List ¶
func (c *Client) List( ctx context.Context, request *management.ListUserGrantsRequestParameters, opts ...option.RequestOption, ) (*core.Page[*int, *management.UserGrant, *management.ListUserGrantsOffsetPaginatedResponseContent], error)
Retrieve the [grants](https://auth0.com/docs/api-auth/which-oauth-flow-to-use) associated with your account.
type RawClient ¶
type RawClient struct {
// contains filtered or unexported fields
}
func NewRawClient ¶
func NewRawClient(options *core.RequestOptions) *RawClient
func (*RawClient) DeleteByUserID ¶
func (r *RawClient) DeleteByUserID( ctx context.Context, request *management.DeleteUserGrantByUserIDRequestParameters, opts ...option.RequestOption, ) (*core.Response[any], error)
Click to show internal directories.
Click to hide internal directories.