Forged

data class Forged(val did: String, val credentialId: String, val publicKeyHex: String) : SigilStatus

Identity exists.

Constructors

Link copied to clipboard
constructor(did: String, credentialId: String, publicKeyHex: String)

Properties

Link copied to clipboard

Opaque passkey credential id (Base64URL).

Link copied to clipboard
val did: String

did:key:zDnae… form. The full string can be hundreds of chars; the panel pill renders only the first ~12 after the prefix.

Link copied to clipboard

64-char hex of the root P-256 public key.