useTOTPPaddingForHOTP property Null safety

bool useTOTPPaddingForHOTP
read / write

Used to enable TOTP style padding of the secret for SHA256 and SHA512 usage with HOTP. False by default.

Implementation

static bool useTOTPPaddingForHOTP = false;