[][src]Function safe_authenticator::app_container::fetch_or_create

pub fn fetch_or_create(
    client: &AuthClient,
    app_id: &str,
    app_pk: PublicKey
) -> Box<AuthFuture<MDataInfo>>

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.