SealdEncryptionSessionRetrievalFlow enum

SealdEncryptionSessionRetrievalFlow represents the way the session was retrieved : as a direct recipient, as member of a group, or through a proxy session.

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.