0
deltavision created
Hi,
v11.2.1 MVC .NET Core
With API login - we get a access token and a refresh token.
How do we use the refresh token, to get a new access token, when access token expires? Which endpoint to call? - and parameters
4 Answer(s)
-
0
Hi,
You should call
RefreshToken
endpoint ofTokenAuthController
with your refresh token when the access token expires. -
0
-
0
Hi,
does RefreshToken require to add *TenantId *and *Bearer *(token) to the call (Header)?
Tryed but with and without - same result.
I expect RefreshToken contains the information.
-
0
Hi, deltavision,
Can you share the content of the
IsRefreshTokenValid
method with us so that we can examine it in detail?