Struct scram::server::ServerFinal [] [src]

pub struct ServerFinal { /* fields omitted */ }

Represents the final stage of authentication, after we have generated the final server message to send to the client

Methods

impl ServerFinal
[src]

Get the AuthenticationStatus of the exchange. This status can be successful, failed because of invalid authentication or failed because of invalid authorization.