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]

[src]

Send a message to the authenticator event loop

[src]

Create a new account

[src]

Log in to an existing account

[src]

Log in to an existing account

Trait Implementations

impl Drop for Authenticator
[src]

[src]

Executes the destructor for this type. Read more