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

pub async fn fetch_or_create<'_, '_>(
    client: &'_ AuthClient,
    app_id: &'_ str,
    app_pk: PublicKey
) -> Result<MDataInfo, AuthError>

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.