Versions in this module Expand all Collapse all v4 v4.0.1 Mar 25, 2022 v4.0.0 Mar 25, 2022 Changes in this version + type API struct + CryptoWallets *cryptowallet.Client + MagicLinks *magiclink.Client + OAuth *oauth.Client + OTPs *otp.Client + Sessions *session.Client + TOTPs *totp.Client + Users *user.Client + WebAuthn *webauthn.Client + func NewAPIClient(env config.Env, projectID string, secret string, opts ...Option) (*API, error) + type Logger interface + Printf func(format string, v ...interface{}) + type Option func(*API) + func WithLogger(logger Logger) Option Other modules containing this package github.com/stytchauth/stytch-go/v3 github.com/stytchauth/stytch-go/v5 github.com/stytchauth/stytch-go/v6 github.com/stytchauth/stytch-go/v7