Arcane OS Docs Development only

Reference

Arcane.user

Current Arcane user identity.

  • Reference

This focused page is derived from the mechanically checked full member inventory.

Syntax

Arcane.user

Member kind

Namespace

Description

Current Arcane user identity.

Overview

Arcane.user reads the privacy-minimized identity bound to the current host session. Desktop Core can return a host-account identity; Android returns an anonymous local-session identity with null account identifiers.

Availability and security

user.current takes no parameters, requires identity.read, and is available on Core and Android. Use only fields returned by the host and do not infer a cross-device or durable person identity from the record.

Example

const access = await globalThis.Arcane.capabilities.list();
const canReadIdentity = access.methods.includes('user.current');

console.log('Bound identity read admitted:', canReadIdentity);

Members

  • Arcane.user.current() — Gets the privacy-minimized bound identity. Microsoft NT/Linux return a host-account; Android returns an anonymous local-session with null account identifiers. Requires identity.read.

Reference group

Namespace, constructor, and values

Repository and reviewed source access