Documentation ¶
Index ¶
- type Client
- func (c *Client) Invite(body *stytch.MagicLinksEmailInviteParams) (*stytch.MagicLinksEmailInviteResponse, error)
- func (c *Client) LoginOrCreate(body *stytch.MagicLinksEmailLoginOrCreateParams) (*stytch.MagicLinksEmailLoginOrCreateResponse, error)
- func (c *Client) RevokeInvite(body *stytch.MagicLinksEmailRevokeInviteParams) (*stytch.MagicLinksEmailRevokeInviteResponse, error)
- func (c *Client) Send(body *stytch.MagicLinksEmailSendParams) (*stytch.MagicLinksEmailSendResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) Invite ¶
func (c *Client) Invite( body *stytch.MagicLinksEmailInviteParams, ) (*stytch.MagicLinksEmailInviteResponse, error)
func (*Client) LoginOrCreate ¶
func (c *Client) LoginOrCreate(body *stytch.MagicLinksEmailLoginOrCreateParams) ( *stytch.MagicLinksEmailLoginOrCreateResponse, error, )
func (*Client) RevokeInvite ¶
func (c *Client) RevokeInvite(body *stytch.MagicLinksEmailRevokeInviteParams) ( *stytch.MagicLinksEmailRevokeInviteResponse, error, )
func (*Client) Send ¶
func (c *Client) Send( body *stytch.MagicLinksEmailSendParams, ) (*stytch.MagicLinksEmailSendResponse, error)
Click to show internal directories.
Click to hide internal directories.