Documentation ¶
Index ¶
- type Client
- func (c *Client) Reset(body *stytch.PasswordEmailResetParams) (*stytch.PasswordEmailResetResponse, error)
- func (c *Client) ResetStart(body *stytch.PasswordEmailResetStartParams) (*stytch.PasswordEmailResetStartResponse, error)
- func (c *Client) ResetWithClaims(body *stytch.PasswordEmailResetParams, claims interface{}) (*stytch.PasswordEmailResetResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) Reset ¶
func (c *Client) Reset( body *stytch.PasswordEmailResetParams, ) (*stytch.PasswordEmailResetResponse, error)
func (*Client) ResetStart ¶
func (c *Client) ResetStart( body *stytch.PasswordEmailResetStartParams, ) (*stytch.PasswordEmailResetStartResponse, error)
func (*Client) ResetWithClaims ¶
func (c *Client) ResetWithClaims( body *stytch.PasswordEmailResetParams, claims interface{}, ) (*stytch.PasswordEmailResetResponse, error)
ResetWithClaims fills in the claims pointer with custom claims from the response. Pass in a map with the types of values you're expecting so that this function can marshal the claims from the response. See ExampleClient_AuthenticateWithClaims_map, ExampleClient_AuthenticateWithClaims_struct for examples
Click to show internal directories.
Click to hide internal directories.