[][src]Crate safe_authenticator

SAFE Authenticator

Re-exports

pub use self::errors::AuthError;
pub use errors::Result as AuthResult;

Modules

access_container

Routines that control the access container.

app_auth

App authentication routines

app_container

Routines to handle an app's dedicated containers.

apps

App management functions

config

Functionality relating to the Authenticator configuration, including things related to app info and the revocation queue.

errors

Errors thrown by Authenticator routines.

ipc

Inter-Process Communication utilities.

revocation

App revocation functions

std_dirs

default dir

Structs

AuthClient

Client object used by safe_authenticator.

Authenticator

Authenticator instance which manages client and disconnect notifier.