ViewingKeyDerivationResult
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / ViewingKeyDerivationResult
Interface: ViewingKeyDerivationResult
Section titled “Interface: ViewingKeyDerivationResult”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:11032
Result of viewing key derivation
Properties
Section titled “Properties”granted
Section titled “granted”granted:
boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:11034
Whether access was granted
viewingKey?
Section titled “viewingKey?”
optionalviewingKey?:ViewingKey
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:11036
The derived viewing key (if granted)
reason?
Section titled “reason?”
optionalreason?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:11038
Reason for denial (if not granted)
scope?
Section titled “scope?”
optionalscope?:ViewingKeyScope
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:11040
Scope of the granted access
expiresAt?
Section titled “expiresAt?”
optionalexpiresAt?:number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:11042
Expiration timestamp of the viewing key