ForgeResult

data class ForgeResult(val did: String, val credentialId: String, val publicKeyHex: String)

Result of SigilSession.forge: the new sigil's DID + credential ID, plus the passkey's P-256 public key hex (kept for KeyAuthorization). The caller persists the triple via SigilStateStore.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val did: String
Link copied to clipboard