Passkey
data class Passkey(val id: PasskeyId, val localCreated: String, val localUpdated: String, val apiBaseUrl: String, val keyHandle: KeyHandle, val state: State, val created: String, val updated: String, val tenant: Tenant, val realm: Realm, val identity: Identity, val theme: Theme)
A Universal Passkey is a public and private key pair. The private key is generated, stored, and never leaves the user’s devices’ hardware root of trust (i.e. Secure Enclave). The public key is sent to the Beyond Identity cloud. The private key cannot be tampered with, viewed, or removed from the device in which it is created unless the user explicitly indicates that the trusted device be removed. Passkeys are cryptographically linked to devices and an Identity. A single device can store multiple passkeys for different users and a single Identity can have multiple passkeys.