You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here I am passing refresh token as null as i want my access token to not expire we haven't set any expiration time or session lifetime so my access token should be valid until my session is live.
Now when I try to open app after 1-2 days of login it start giving me below error :-
Description
I've created a matrix session with credentials like below :-
here I am passing refresh token as
null
as i want my access token to not expire we haven't set any expiration time or session lifetime so my access token should be valid until my session is live.Now when I try to open app after 1-2 days of login it start giving me below error :-
this makes my app crash.
I am not sure how does my token gets invalid or expire as I don't have any method which does this.
The text was updated successfully, but these errors were encountered: