SealdEncryptionSessionRetrievalFlow enum
SealdEncryptionSessionRetrievalFlow represents the way the session was retrieved : as a direct recipient, as member of a group, or through a proxy session.
Values
- created → const SealdEncryptionSessionRetrievalFlow
-
The session was created locally.
- direct → const SealdEncryptionSessionRetrievalFlow
-
The session was retrieved as a direct recipient.
- viaGroup → const SealdEncryptionSessionRetrievalFlow
-
The session was retrieved as a member of a group.
- viaProxy → const SealdEncryptionSessionRetrievalFlow
-
The session was retrieved through a proxy session.
- viaTmrAccess → const SealdEncryptionSessionRetrievalFlow
-
The session was retrieved through a TMR access.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SealdEncryptionSessionRetrievalFlow> - A constant List of the values in this enum, in order of their declaration.