Versions in this module Expand all Collapse all v0 v0.0.0 Oct 11, 2024 Changes in this version + type AuthClient struct + func (a *AuthClient) ChangePassword(email string, currentPassword string, newPassword string) error + func (a *AuthClient) DeleteAccount(email string, password string) error + func (a *AuthClient) LogIn(email string, password string) error + func (a *AuthClient) ResetPassword(email string, token string, newPassword string) error + func (a *AuthClient) SignUp(email string, password string) error