Enumeration SessionSerializationMode

Method of serialization of session objects.

Enumeration Members

Enumeration Members

Auth: 1

Objects are serialized only taking into account the information necessary to transfer to the server for authentication.

Client: 3

Objects are serialized as a whole, with all available properties, except for a field with a signature.

Full: 0

Objects are serialized as a whole, with all available properties. This is usually the default value.

History: 2

Objects are serialized to save to the history of actions, with most properties, except those that affect security (such as token signature).

Generated using TypeDoc