Closed Gtonizuka closed 4 years ago
I added a accessToken property to the constructor of ClientService. when this is passed that token will automatically be attached to all requests and there is no need to call .login()
accessToken
.login()
Lets merge the other PR first
I added a
accessToken
property to the constructor of ClientService. when this is passed that token will automatically be attached to all requests and there is no need to call.login()