Otp Auth Uri Builder
fun OtpAuthUriBuilder( type: String, base32Secret: ByteArray, removePaddingFromBase32Secret: Boolean = true, charset: Charset = StandardCharsets.UTF_8)
Content copied to clipboard
Parameters
remove Padding From Base32Secret
if set to true, the Base32 padding character = will be removed from the secret URI parameter (e.g., MFQWC=== will be transformed to MFQWC.), this is required by the specification.