enableUserPasswordEncryption

@Deprecated(since = "SDK 3.6.4")
open fun enableUserPasswordEncryption(encrypt: Boolean): STWConfiguration.Builder

Sets whether the user password will be encrypted or not. Default is false.

Return

Builder This Builder object to allow for chaining of calls to set methods.

Deprecated

This method is no more used in the SDK, the password is encrypted by default

Parameters

encrypt

boolean true to enable encrypting the user password, false otherwise.