totpSecret property

String? totpSecret
getter/setter pair

In case TOTP is configured on the instance, you can provide the secret to enable it on the specific user without the need to reset it. Please note that currently the supported options are: * Period: 30 seconds * Code length: 6 digits * Algorithm: SHA1

Implementation

String? totpSecret;