Tenant Interface
interface TenantInterface
One tenant's handle (decision record 0090): built from the API key and the server's name, it fetches the server's service document once to learn where the services are, and signs users up and in. Nothing above it sees a host or a port. Named Tenant on these heads (see the crate documentation); the same object is Tacenta in Rust and TypeScript.
Inheritors
Functions
Link copied to clipboard
Whether the services are reached over the WebSocket carriage.
Link copied to clipboard
Link copied to clipboard
abstract suspend fun signInWithStateSealed(username: String, password: String, state: ByteArray, store: SecureStore, device: UByte): Client
Sign in resuming sealed state from Client.exportStateSealed with store attached: the rollback-resistant path (decision 0078, anchor B). A forged or older-than-latest-send state is refused.