buildToUri

fun buildToUri(): URI

Builds the final OTP Auth URI as a URI.

Warning: Handling the URI as a string may leak the secret into the String pool of the JVM. Consider using buildToByteArray instead.