Struct safe_authenticator::Authenticator [] [src]

pub struct Authenticator {
    pub core_tx: Mutex<CoreMsgTx<()>>,
    // some fields omitted
}

Authenticator instance

Fields

Channel to communicate with the core event loop

Methods

impl Authenticator
[src]

Send a message to the authenticator event loop

Create a new account

Log in to an existing account

Log in to an existing account

Trait Implementations

impl Drop for Authenticator
[src]

A method called when the value goes out of scope. Read more