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
if[error,content].include?('access_token is invalid') && using_salesforce_access_token?
63
+
if[error,content].grep(/access_token is invalid/).any? && using_salesforce_access_token?
64
64
raiseAccessTokenExpiredError,
65
65
'Access token is invalid. Use Salesforce OAuth to refresh the existing Salesforce access token or to retrieve a new token. See https://developer.salesforce.com/docs/atlas.en-us.mobile_sdk.meta/mobile_sdk/oauth_refresh_token_flow.htm for more information.'
0 commit comments