Skip to content

Access token is never cached #56

@baarde

Description

@baarde

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions