Appearance
@keymaster/connect / IdentityGetResult
Interface: IdentityGetResult
identity.get 成功结果。
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
identityEnvelope | BinaryField | Yes | Identity 信封最终真值字节(Deterministic CBOR)。 |
signature | BinaryField | Yes | 签名(compact 64-byte secp256k1)。 |
subject | object | Yes | 签名主体公钥(33-byte compressed)。 |
resolvedClaims | Record<string, ResolvedClaimValue> | Yes | Keymaster 本次实际返回给调用方的 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 真值。