Defines a property extension to easily obtain the URL-safe Base64 encoded string representation of a byte array. It uses the Base64.encode(this, true) function, where the second parameter specifies that URL-safe encoding should be used.