Function wasmer_api::backend::current_user_with_namespaces
source · pub async fn current_user_with_namespaces(
client: &BackendClient,
namespace_role: Option<GrapheneRole>
) -> Result<UserWithNamespaces, Error>
Expand description
Get the currently logged in used, together with all accessible namespaces.
You can optionally filter the namespaces by the user role.