Hello,
I've noticed that the getAccessToken() method attempts to reuse the value from the accessToken property. However, this property is never modified and is therefore always nil. This means a new access token is retrieved for every API call.
If this is expected behavior, we should remove the property. Otherwise, I'll submit a PR to cache the access token.
Hello,
I've noticed that the
getAccessToken()method attempts to reuse the value from theaccessTokenproperty. However, this property is never modified and is therefore alwaysnil. This means a new access token is retrieved for every API call.If this is expected behavior, we should remove the property. Otherwise, I'll submit a PR to cache the access token.