React Native access token is randomly null

We are using

"react-native-auth0": "4.2.0",

Occasionally (maybe once per week per user) when we call getCredentials to retrieve a stored credential for a logged in user, as recommended here the accessToken field is nil. What does that mean, and how can we recover without logging the user out?