FormSession
The FormSession class represents a session in a form, containing authentication and localization details.
Properties
| Name | Description |
|---|---|
| Instance | The instance identifier associated with the session. |
| EncryptedData | The encrypted data associated with the session. |
| Language | The language code used in the session. |
| TokenId | The unique token ID for the session. |
| Token | The authentication token for the session. |