procedure RequestNewAccessToken;
Description
Performs an AccessToken update using the previously obtained RefreshToken. Some services require updating of the AccessToken before each use.
To obtain the AccessToken by using the RefreshToken, you need to define values for the following properties: ClientId, ClientSecret, RefreshToken, and TokenRequestUrl. After that, you can call out the RequestNewAccessToken method. The execution result will be saved in AccessToken.