kencode/com.eignex.kencode/Base64Url Base64Url object Base64Url : Base64(source)URL- and filename-safe variant of Base64 using the BASE_64_URL alphabet. Members Properties alphabet Link copied to clipboard val alphabet: CharArrayThe 64-character alphabet used to map 6-bit groups to characters. Functions decode Link copied to clipboard open override fun decode(input: CharSequence): ByteArrayDecode an encoded string back into the original bytes. encode Link copied to clipboard open override fun encode(input: ByteArray, offset: Int = 0, length: Int = input.size - offset): StringEncode the given byte range into a text representation.