Type Alias: EncryptionSessionRetrievalDetails
EncryptionSessionRetrievalDetails:
object
Represents the details of how an Encryption Session was retrieved.
Type declaration
flow
The flow used to retrieve the session
fromCache?
optional
fromCache:boolean
If the session was retrieved from cache.
groupId?
optional
groupId:string
If the session was retrieved as member of a group, the ID of the group in question.
proxySessionId?
optional
proxySessionId:string
If the session was retrieved through a proxy session, the ID of this proxy session.
symEncKeyId?
optional
symEncKeyId:string
If the session was retrieved through a symEncKey, the ID of the symEncKey.