Module scram_rs::scram_auth[][src]

Enums

ScramPassword

A authentification callback returns this enum.

Traits

ScramAuthClient

A authentification backend which is behind the SCRAM lib. A program which uses this crate should implement this trait to its auth instance.

ScramAuthServer

A authentification backend which is behind the SCRAM lib. A program which uses this crate should implement this trait to its auth instance.