Type Alias: EncryptionSessionRetrievalDetails
EncryptionSessionRetrievalDetails = {
flow:EncryptionSessionRetrievalFlow;fromCache?:boolean;groupId?:string;proxySessionId?:string;symEncKeyId?:string; }
Represents the details of how an Encryption Session was retrieved.
Properties
flow
The flow used to retrieve the session
fromCache?
optionalfromCache:boolean
If the session was retrieved from cache.
groupId?
optionalgroupId:string
If the session was retrieved as member of a group, the ID of the group in question.
proxySessionId?
optionalproxySessionId:string
If the session was retrieved through a proxy session, the ID of this proxy session.
symEncKeyId?
optionalsymEncKeyId:string
If the session was retrieved through a symEncKey, the ID of the symEncKey.