Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordCriteriaValidator ¶
PasswordCriteriaValidator is an autogenerated mock type for the PasswordCriteriaValidator type
func (*PasswordCriteriaValidator) ValidatePasswordCriteria ¶
func (_m *PasswordCriteriaValidator) ValidatePasswordCriteria(password string) passwordhelpers.ValidatePasswordCriteriaError
ValidatePasswordCriteria provides a mock function with given fields: password
type PasswordHasher ¶
PasswordHasher is an autogenerated mock type for the PasswordHasher type
func (*PasswordHasher) ComparePasswords ¶
func (_m *PasswordHasher) ComparePasswords(hash []byte, password string) error
ComparePasswords provides a mock function with given fields: hash, password
func (*PasswordHasher) HashPassword ¶
func (_m *PasswordHasher) HashPassword(password string) ([]byte, error)
HashPassword provides a mock function with given fields: password
Click to show internal directories.
Click to hide internal directories.