I want to store data like an access token and the exp. time in an config paramter so I don't have to request a new token for every call.
I know I can reach the parameter with somethign like:
Dim paramExp = Session.Config.GetConfigParm(tokenExpPath…
I want to store data like an access token and the exp. time in an config paramter so I don't have to request a new token for every call.
I know I can reach the parameter with somethign like:
Dim paramExp = Session.Config.GetConfigParm(tokenExpPath…