I have a legacy desktop application that is usually deployed on the user's machine. It takes a username and a password and communicates with the cloud to get a JWT token which is stored in the registry. For the subsequent run, we check the JWT token and get the entitlement.
Since, AppStream 2.0 fleet is ephemeral, I am not sure if I save this way, the data will persist. Is there any safe way to persist this user-specific token in AppStream 2.0?