Skip to content

@keymaster/connect / IdentityGetResult

Interface: IdentityGetResult

identity.get 成功结果。

Properties overview

PropertyTypeRequiredDescription
identityEnvelopeBinaryFieldYesIdentity 信封最终真值字节(Deterministic CBOR)。
signatureBinaryFieldYes签名(compact 64-byte secp256k1)。
subjectobjectYes签名主体公钥(33-byte compressed)。
resolvedClaimsRecord<string, ResolvedClaimValue>YesKeymaster 本次实际返回给调用方的 claim 真值。

Properties

identityEnvelope

identityEnvelope: BinaryField

Identity 信封最终真值字节(Deterministic CBOR)。


signature

signature: BinaryField

签名(compact 64-byte secp256k1)。


subject

subject: object

签名主体公钥(33-byte compressed)。

publicKey

publicKey: BinaryField


resolvedClaims

resolvedClaims: Record<string, ResolvedClaimValue>

Keymaster 本次实际返回给调用方的 claim 真值。

Capability access without key custody.