Skip to content

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

flow: EncryptionSessionRetrievalFlow

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.