Module sasl::mechanisms [] [src]

Provides a few SASL mechanisms.

Structs

Anonymous

A struct for the SASL ANONYMOUS mechanism.

Plain

A struct for the SASL PLAIN mechanism.

Scram

A struct for the SASL SCRAM-* and SCRAM-*-PLUS mechanisms.

Sha1

A ScramProvider which provides SCRAM-SHA-1 and SCRAM-SHA-1-PLUS

Sha256

A ScramProvider which provides SCRAM-SHA-256 and SCRAM-SHA-256-PLUS

Traits

ScramProvider

A trait which defines the needed methods for SCRAM.