[][src]Module safe_authenticator::app_container

Routines to handle an app's dedicated containers.

Functions

fetch_or_create

Checks if an app's dedicated container is available and stored in the access container. If no previously created container has been found, then it will be created.

remove

Removes an app's dedicated container if it's available and stored in the user's root dir. Returns true if it was removed successfully and false if it wasn't found in the parent dir.