pub struct ServerFinal { /* private fields */ }
Expand description
Represents the final stage of authentication, after we have generated the final server message to send to the client
Implementations§
Source§impl ServerFinal
impl ServerFinal
Sourcepub fn server_final(self) -> (AuthenticationStatus, String)
pub fn server_final(self) -> (AuthenticationStatus, String)
Get the AuthenticationStatus
of the exchange. This status can be successful, failed
because of invalid authentication or failed because of invalid authorization.
Auto Trait Implementations§
impl Freeze for ServerFinal
impl RefUnwindSafe for ServerFinal
impl Send for ServerFinal
impl Sync for ServerFinal
impl Unpin for ServerFinal
impl UnwindSafe for ServerFinal
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more