Documentation ¶
Index ¶
- type Client
- func (c *Client) Authenticate(body *stytch.CryptoWalletAuthenticateParams) (*stytch.CryptoWalletAuthenticateResponse, error)
- func (c *Client) AuthenticateStart(body *stytch.CryptoWalletAuthenticateStartParams) (*stytch.CryptoWalletAuthenticateStartResponse, error)
- func (c *Client) AuthenticateWithClaims(body *stytch.CryptoWalletAuthenticateParams, claims interface{}) (*stytch.CryptoWalletAuthenticateResponse, 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.CryptoWalletAuthenticateParams, ) (*stytch.CryptoWalletAuthenticateResponse, error)
func (*Client) AuthenticateStart ¶
func (c *Client) AuthenticateStart(body *stytch.CryptoWalletAuthenticateStartParams, ) (*stytch.CryptoWalletAuthenticateStartResponse, error)
func (*Client) AuthenticateWithClaims ¶ added in v5.7.0
func (c *Client) AuthenticateWithClaims( body *stytch.CryptoWalletAuthenticateParams, claims interface{}, ) (*stytch.CryptoWalletAuthenticateResponse, error)
Click to show internal directories.
Click to hide internal directories.