uphold-sdk-php icon indicating copy to clipboard operation
uphold-sdk-php copied to clipboard

Implement access token on user model

Open nunorafaelrocha opened this issue 10 years ago • 0 comments

We need to move the place where we keep the access token. Instead of saving the access token on the BitreserveClient, we need to keep the access token on the user model.

That way we can only use one instance of BitreserveClient with multiple users and the access token will be in a place where it makes more sense.

nunorafaelrocha avatar Apr 13 '15 20:04 nunorafaelrocha