secret property

String secret
final

The TOTP secret (also encoded in the QR code).

Show this secret in a password-style field to the user, in case they are unable to scan the QR code. Avoid logging this value to the console.

Implementation

final String secret;