I want to save an access token inside a windows service and retrieve it evry time it is trying to make an api request.
How can i save the accesstoken safely inside the windows service so that it keeps its value after restart?
I want to save an access token inside a windows service and retrieve it evry time it is trying to make an api request.
How can i save the accesstoken safely inside the windows service so that it keeps its value after restart?