teslamotors / vehicle-command

Apache License 2.0
445 stars 102 forks source link

Does the Tesla Vehicle Command SDK use OAuth 2.0 Framework - RFC 6749? #80

Closed nbosio1001 closed 11 months ago

nbosio1001 commented 11 months ago

Does Tesla use RFC 6749? Does it mention it somewhere in the codebase? I am following python's oauthlib to write my code and they have options for rfc6749 and rfc8628.

mxdzi commented 11 months ago

Go with rfc6749. Check https://developer.tesla.com/docs/fleet-api#authentication, you will find

redirect_ur Partner app callback url, spec: rfc6749