Skip to content

Type alias: EncryptionSessionRetrievalDetails

EncryptionSessionRetrievalDetails: Object

Represents the details of how an Encryption Session was retrieved.

Type declaration

flow

flow: EncryptionSessionRetrievalFlow

The flow used to retrieve the session

fromCache?

fromCache?: boolean

If the session was retrieved from cache.

groupId?

groupId?: string

If the session was retrieved as member of a group, the ID of the group in question.

proxySessionId?

proxySessionId?: string

If the session was retrieved through a proxy session, the ID of this proxy session.

symEncKeyId?

symEncKeyId?: string

If the session was retrieved through a symEncKey, the ID of the symEncKey.