Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPHashAuthenticator ¶
type HTTPHashAuthenticator struct {
// contains filtered or unexported fields
}
type HashAuthenticator ¶
type HashAuthenticator struct {
// contains filtered or unexported fields
}
func NewHashAuthenticator ¶
func NewHashAuthenticator(secret string) *HashAuthenticator
func (*HashAuthenticator) Authenticate ¶
func (a *HashAuthenticator) Authenticate(givenHash string, data string) (valid bool)
Click to show internal directories.
Click to hide internal directories.