SigilDerivation

data class SigilDerivation(val did: String, val credentialId: String)

Result of a SigilIdentityProvider.deriveSigilDid ceremony.

Pure data — no native handles, no resources to close. Safe to pass across coroutine boundaries.

Constructors

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

Properties

Link copied to clipboard

Credential ID from the WebAuthn assertion that produced this DID.

Link copied to clipboard
val did: String

The user's sigil DID (e.g. did:key:z6Mk… for the default Ed25519+PRF impl).