Struct scram_tmp::client::ClientFinal[][src]

pub struct ClientFinal { /* fields omitted */ }

The third state of the SCRAM mechanism after the first server message was successfully processed.

Methods

impl ClientFinal
[src]

Returns the next state and the final client message.

Call the ServerFinal::handle_server_final method to continue the SCRAM handshake.

Trait Implementations

impl Debug for ClientFinal
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ClientFinal

impl Sync for ClientFinal