Documentation ¶
Index ¶
Constants ¶
View Source
const (
// this login provider name is automatically registered with the auth package; see init()
ProviderName = "SASL"
)
Variables ¶
View Source
var ( UnexpectedAuthenticationMechanisms = errors.New("Unexpected authentication 'mechanisms' received") UnexpectedAuthenticationStep = errors.New("Unexpected authentication 'step' received") UnexpectedAuthenticationCompleted = errors.New("Unexpected authentication 'completed' received") UnexpectedAuthenticatorPid = errors.New("Unexpected authentator pid") // authenticator pid changed mid-process UnsupportedMechanism = errors.New("failed to identify a compatible mechanism") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.