In the current Version 1.09 the Strava token information is stored as pereferencs using names like 'accessToken', 'expire', 'scope', 'refreshToken'.
These names are quite common ones, they can easily interfere with preferences of other libraraies or the ones of the application.
An easy way would of avoiding this would be to prefix the names with a library shortcut.
E.g.: 'strava_accessToken', 'strava_expire', 'strava_scope', 'strava_refreshToken'.