I am not able to get exact access token and refresh token from SDK.
As per poynt concept the access token will expire for every 24 hrs. So we can get new access token using refresh token.
If I use IPoyntTokenService generated access token not able to get Catalogs using API call and showing refresh token as invalid to get new tokens.
If I use AccountManager not able to get refresh token getting access token only.
FYI: IPoyntTokenService ,AccountManager generated access tokens are different lengths.
My concept is I want to store Access toke and Refresh token in our DB and using refresh token I want to get new tokens using API calls for every 24 hours without depending on SDK.
FYI: We are using HTTP web request for API calls because we don’t have code to implement in .NET
Can you please help me to solve this issue.