arraylabs / pymyq

Python wrapper for MyQ API
MIT License
112 stars 42 forks source link

How to use oauth with google service #158

Closed sp900409 closed 1 year ago

sp900409 commented 1 year ago

I check API function it does has _authenticate function for oauth feature with third party authentication server like google service, but it is not callable? Are there any example code for this feature?

ehendrix23 commented 1 year ago
  1. _authenticate is a private function and thus should not be called directly.
  2. The oath feature here is purely for MyQ and nothing for google services or something like that.