Documentation ¶
Index ¶
- type Client
- func (c *Client) Authenticate(body *stytch.WebAuthnAuthenticateParams) (*stytch.WebAuthnAuthenticateResponse, error)
- func (c *Client) AuthenticateStart(body *stytch.WebAuthnAuthenticateStartParams) (*stytch.WebAuthnAuthenticateStartResponse, error)
- func (c *Client) Register(body *stytch.WebAuthnRegisterParams) (*stytch.WebAuthnRegisterResponse, error)
- func (c *Client) RegisterStart(body *stytch.WebAuthnRegisterStartParams) (*stytch.WebAuthnRegisterStartResponse, 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.WebAuthnAuthenticateParams, ) (*stytch.WebAuthnAuthenticateResponse, error)
func (*Client) AuthenticateStart ¶
func (c *Client) AuthenticateStart(body *stytch.WebAuthnAuthenticateStartParams, ) (*stytch.WebAuthnAuthenticateStartResponse, error)
func (*Client) Register ¶
func (c *Client) Register(body *stytch.WebAuthnRegisterParams, ) (*stytch.WebAuthnRegisterResponse, error)
func (*Client) RegisterStart ¶
func (c *Client) RegisterStart(body *stytch.WebAuthnRegisterStartParams, ) (*stytch.WebAuthnRegisterStartResponse, error)
Click to show internal directories.
Click to hide internal directories.