Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnrecognizedMessageStyle = errors.New("unrecognized message style")
Functions ¶
This section is empty.
Types ¶
type PAMPasswordCredentials ¶
type PAMPasswordCredentials struct {
Username string `json:"username"`
Password string `json:"password"`
}
func (PAMPasswordCredentials) Authenticate ¶
func (cred PAMPasswordCredentials) Authenticate() bool
Click to show internal directories.
Click to hide internal directories.