Function base64UrlDecode

  • Decodes a base64 URL-encoded string into its original form. This function is useful for converting base64 URL-encoded data back to a readable format.

    Parameters

    • base64Url: string

      The base64 URL-encoded string to decode.

    Returns string

    The decoded string.