OtpAuthUriBuilder

fun OtpAuthUriBuilder(    type: String,     base32Secret: ByteArray,     removePaddingFromBase32Secret: Boolean = true,     charset: Charset = StandardCharsets.UTF_8)

Parameters

removePaddingFromBase32Secret

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.