Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { C *stytch.Client SMS *sms.Client WhatsApp *whatsapp.Client Email *email.Client }
func (*Client) Authenticate ¶
func (c *Client) Authenticate( body *stytch.OTPsAuthenticateParams, ) (*stytch.OTPsAuthenticateResponse, error)
func (*Client) AuthenticateWithClaims ¶ added in v5.7.0
func (c *Client) AuthenticateWithClaims( body *stytch.OTPsAuthenticateParams, claims interface{}, ) (*stytch.OTPsAuthenticateResponse, error)
Click to show internal directories.
Click to hide internal directories.