Is the authenticated success message state string sensitive?

Once I have successfully created a remote, rclone launches a browser window to authenticate and seek authorization from a remote e.g. DropBox.

Is the state string considered to be sensitive or it is an arbitrary value e.g. http://localhost:53682/?state={some value}?

It is an arbitrary value just to make sure the session matches. It is generated randomly for each session.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.