Documentation ¶
Index ¶
- type Client
- func (c *Client) Create(body *stytch.UsersCreateParams) (*stytch.UsersCreateResponse, error)
- func (c *Client) Delete(userID string) (*stytch.UsersDeleteResponse, error)
- func (c *Client) DeleteCryptoWallet(cryptoWalletID string) (*stytch.UsersDeleteCryptoWalletResponse, error)
- func (c *Client) DeleteEmail(emailID string) (*stytch.UsersDeleteEmailResponse, error)
- func (c *Client) DeletePhoneNumber(phoneID string) (*stytch.UsersDeletePhoneNumberResponse, error)
- func (c *Client) DeleteTOTP(totpID string) (*stytch.UsersDeleteTOTPResponse, error)
- func (c *Client) DeleteWebAuthnRegistration(webAuthnRegistration string) (*stytch.UsersDeleteWebAuthnRegistrationResponse, error)
- func (c *Client) Get(userID string) (*stytch.UsersGetResponse, error)
- func (c *Client) GetPending(body *stytch.UsersGetPendingParams) (*stytch.UsersGetPendingResponse, error)
- func (c *Client) Search(body *stytch.UsersSearchParams) (*stytch.UsersSearchResponse, error)
- func (c *Client) SearchAll(body *stytch.UsersSearchParams) *UserSearchIterator
- func (c *Client) Update(userID string, body *stytch.UsersUpdateParams) (*stytch.UsersUpdateResponse, error)
- type UserSearchIterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(body *stytch.UsersCreateParams) (*stytch.UsersCreateResponse, error)
func (*Client) DeleteCryptoWallet ¶
func (c *Client) DeleteCryptoWallet( cryptoWalletID string, ) (*stytch.UsersDeleteCryptoWalletResponse, error)
func (*Client) DeleteEmail ¶
func (c *Client) DeleteEmail(emailID string) (*stytch.UsersDeleteEmailResponse, error)
func (*Client) DeletePhoneNumber ¶
func (c *Client) DeletePhoneNumber( phoneID string, ) (*stytch.UsersDeletePhoneNumberResponse, error)
func (*Client) DeleteTOTP ¶
func (c *Client) DeleteTOTP( totpID string, ) (*stytch.UsersDeleteTOTPResponse, error)
func (*Client) DeleteWebAuthnRegistration ¶
func (c *Client) DeleteWebAuthnRegistration( webAuthnRegistration string, ) (*stytch.UsersDeleteWebAuthnRegistrationResponse, error)
func (*Client) GetPending ¶
func (c *Client) GetPending( body *stytch.UsersGetPendingParams, ) (*stytch.UsersGetPendingResponse, error)
func (*Client) Search ¶
func (c *Client) Search( body *stytch.UsersSearchParams, ) (*stytch.UsersSearchResponse, error)
func (*Client) SearchAll ¶
func (c *Client) SearchAll(body *stytch.UsersSearchParams) *UserSearchIterator
func (*Client) Update ¶
func (c *Client) Update( userID string, body *stytch.UsersUpdateParams, ) (*stytch.UsersUpdateResponse, error)
type UserSearchIterator ¶
type UserSearchIterator struct {
// contains filtered or unexported fields
}
func (*UserSearchIterator) HasNext ¶
func (i *UserSearchIterator) HasNext() bool
Click to show internal directories.
Click to hide internal directories.