Changes
|}
The fields with the asterisk (*) are password fields that encrypt the text and store the result in the database. To get the decrypted counterpart, the C# field <code><SECRETNAME>_DECRYPTED </code> (e.g. <code>TOKEN_DECRYPTED</code>) needs to be accessed. All of the ServiceLogin-related properties can be accessed via custom code (or interface code, respectively) either using <code>PascalCase </code> or <code>SCREAMING_SNAKE_CASE</code>.