base64Decode
Description: Reverses the Base64 encoding on given string.
Subject Type: String
Arguments: No arguments
Return Type: String
Examples: If we have a Base64-Encoded attribute named "payload" with the value "YWRtaW46YWRtaW4=", then the Expression ${payload:base64Decode()}
will return "admin:admin".