Documentation ¶
Overview ¶
Package plain implements the Plain Simple Authentication Mechanism according to RFC 4616
Index ¶
Constants ¶
View Source
const (
// Name is the authentication type associated with the SASL mechanism
Name = "PLAIN"
)
Variables ¶
View Source
var ( // Mechanism is the PLAIN SASL mechanism Mechanism sasl.Mechanism = &plainMechanism{} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.