salesforce-marketingcloud / FuelSDK-Java

Salesforce Marketing Cloud Java SDK
BSD 3-Clause "New" or "Revised" License
73 stars 122 forks source link

Make refreshToken optional by passing in useRefreshToken #31

Closed sjapps closed 8 years ago

sjapps commented 8 years ago

Make refreshToken optional by passing in a useRefreshToken property

phoebus58 commented 8 years ago

LGTM, nice find @SJApps

phoebus58 commented 8 years ago

@SJApps You modified after my thumbs up! See comment.

sjapps commented 8 years ago

@phoebus58 @gwatt Updated with the recommendation.

phoebus58 commented 8 years ago

LGTM

phoebus58 commented 8 years ago

One other thing, we should bump the version number to 1.1.1.

amagar088 commented 8 years ago

This has been implemented using changing accessType from online to offline.