Struct sasl::mechanisms::Anonymous [] [src]

pub struct Anonymous;

A struct for the SASL ANONYMOUS mechanism.

Methods

impl Anonymous
[src]

Constructs a new struct for authenticating using the SASL ANONYMOUS mechanism.

It is recommended that instead you use a Credentials struct and turn it into the requested mechanism using from_credentials.

Trait Implementations

impl Mechanism for Anonymous
[src]

The name of the mechanism.

Creates this mechanism from Credentials.

Provides initial payload of the SASL mechanism.

Creates a response to the SASL challenge.

Verifies the server success response, if there is one.