Which of the following will unset a token named my_token?
Which of the following will unset a token named my_token?
To unset a token named my_token, the proper syntax is <unset token="my_token"></unset>. This format directly specifies the token to be unset, ensuring that the my_token is cleared out.
B. <unset token="my_token"></unset>
Could someone help me confirm if this is correct