Documentation ¶
Overview ¶
Code generated by "gen"; DO NOT EDIT. This file is meant to be re-generated in place and/or deleted at any time.
Package client provides the Client API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List
deprecated
func List(ctx context.Context, params *ListParams) (*clerk.ClientList, error)
List returns a list of all the clients.
Deprecated: The operation is deprecated and will be removed in future versions.
Types ¶
type Client ¶
type Client struct {
Backend clerk.Backend
}
Client is used to invoke the Client API. This is an API client for interacting with Clerk Client resources.
type ListParams ¶
type ListParams struct { clerk.APIParams clerk.ListParams }
func (*ListParams) ToQuery ¶
func (params *ListParams) ToQuery() url.Values
type VerifyParams ¶
type VerifyParams struct { clerk.APIParams Token *string `json:"token,omitempty"` }
Click to show internal directories.
Click to hide internal directories.