Crate safe_authenticator[][src]

SAFE Authenticator

Re-exports

pub use ffi::apps::*;
pub use ffi::ipc::*;
pub use ffi::logging::*;
pub use ffi::*;

Modules

ffi

FFI routines

Structs

AuthClient

Client object used by safe_authenticator.

Authenticator

Authenticator instance.

Enums

AuthError

Authenticator errors.

Type Definitions

AuthFuture

Future type specialised with AuthError as an error type.

AuthMsgTx

Transmitter of AuthClient messages.