flutter SDK and getToken
hi,
I am using Flutter SDK and running into a situation where my accessToken and refreshToken have expired. As per docs I am using
method to return 'Refresh token Expired' string so that I can initiate a new login process but what I am getting is that call is throwing 400 Bad Request error. The error response I get back is
I face no issues in refreshing accessTokens as long as refreshToken is valid. Can someone point out to me what am I missing here?
I am using Flutter SDK and running into a situation where my accessToken and refreshToken have expired. As per docs I am using
method to return 'Refresh token Expired' string so that I can initiate a new login process but what I am getting is that call is throwing 400 Bad Request error. The error response I get back is
I face no issues in refreshing accessTokens as long as refreshToken is valid. Can someone point out to me what am I missing here?