Documentation
¶
Index ¶
- type Client
- func (c *Client) Authenticate(ctx context.Context, body *b2b.PasswordsAuthenticateParams) (*b2b.PasswordsAuthenticateResponse, error)
- func (c *Client) Delete(ctx context.Context, organizationID string, memberPasswordID string) (*b2b.PasswordsDeleteResponse, error)
- func (c *Client) Migrate(ctx context.Context, body *b2b.PasswordsMigrateParams) (*b2b.PasswordsMigrateResponse, error)
- func (c *Client) StrengthCheck(ctx context.Context, body *b2b.PasswordsStrengthCheckParams) (*b2b.PasswordsStrengthCheckResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { C *stytch.Client Email *email.Client ExistingPassword *existingpassword.Client Session *session.Client }
func (*Client) Authenticate ¶
func (c *Client) Authenticate( ctx context.Context, body *b2b.PasswordsAuthenticateParams, ) (*b2b.PasswordsAuthenticateResponse, error)
func (*Client) Migrate ¶
func (c *Client) Migrate( ctx context.Context, body *b2b.PasswordsMigrateParams, ) (*b2b.PasswordsMigrateResponse, error)
func (*Client) StrengthCheck ¶
func (c *Client) StrengthCheck( ctx context.Context, body *b2b.PasswordsStrengthCheckParams, ) (*b2b.PasswordsStrengthCheckResponse, error)
Click to show internal directories.
Click to hide internal directories.