stephangroen / tesla-php-client

A PHP client for easy integration of the Tesla API
MIT License
18 stars 8 forks source link

add refreshAccessToken #11

Closed steveneppler closed 5 years ago

steveneppler commented 5 years ago

This lets you pass in the refresh_token received in the initial access token request to retrieve a new token without needing the username and password again.

tabsl commented 5 years ago

what about this pr?