Documentation
¶
Index ¶
- type Client
- func (c *Client) Authenticate(body *stytch.MagicLinksAuthenticateParams) (*stytch.MagicLinksAuthenticateResponse, error)
- func (c *Client) AuthenticateWithClaims(body *stytch.MagicLinksAuthenticateParams, claims interface{}) (*stytch.MagicLinksAuthenticateResponse, error)
- func (c *Client) Create(body *stytch.MagicLinksCreateParams) (*stytch.MagicLinksCreateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) Authenticate ¶
func (c *Client) Authenticate( body *stytch.MagicLinksAuthenticateParams, ) (*stytch.MagicLinksAuthenticateResponse, error)
func (*Client) AuthenticateWithClaims ¶ added in v5.7.0
func (c *Client) AuthenticateWithClaims( body *stytch.MagicLinksAuthenticateParams, claims interface{}, ) (*stytch.MagicLinksAuthenticateResponse, error)
func (*Client) Create ¶
func (c *Client) Create( body *stytch.MagicLinksCreateParams, ) (*stytch.MagicLinksCreateResponse, error)
Click to show internal directories.
Click to hide internal directories.