Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/skills / / SkillSignatureVerificationResult
Interface: SkillSignatureVerificationResult
Defined in: packages/security/dist/supply-chain/types.d.ts
Result of a verifySkillSignature call.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
fingerprint? | readonly | string | packages/security/dist/supply-chain/types.d.ts |
publicKeySource | readonly | "inline" | "well-known" | "sigstore" | packages/security/dist/supply-chain/types.d.ts |
publisher | readonly | string | packages/security/dist/supply-chain/types.d.ts |
reason? | readonly | string | packages/security/dist/supply-chain/types.d.ts |
signerId? | readonly | string | packages/security/dist/supply-chain/types.d.ts |
valid | readonly | boolean | packages/security/dist/supply-chain/types.d.ts |