Struct safe_authenticator::Authenticator[][src]

pub struct Authenticator {
    pub core_tx: Mutex<AuthMsgTx>,
    // 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]

Executes the destructor for this type. Read more

Auto Trait Implementations