0
A
回答
0
是的,它是:
client_pin = ''
client_id = 'your_client_id'
client_secret = 'your_client_secret'
request_token = 'some_random_state_hash'
client_pin = input('Enter PIN:')
access_token_url = 'https://api.home.nest.com/oauth2/access_token'
c = Client(
token_endpoint=access_token_url_plain,
client_id=client_id,
client_secret=client_secret)
c.request_token(code = client_pin)
您現在應該有一個會議。
相關問題
- 1. 我可以使用oauth身份驗證解決身份驗證問題嗎?
- 2. Zuul是否支持OAuth身份驗證?
- 3. 是否可以在asp.net身份驗證中禁用雙因素身份驗證?
- 4. 用戶身份驗證使用OAuth
- 5. j_security_check身份驗證是否可以跟隨其他Web身份驗證機制?
- 6. 如何在OAuth身份驗證期間靜態提供Twitter PIN
- 7. 使用DropWizard進行OAuth身份驗證
- 8. 使用Google OAuth進行身份驗證
- 9. 是否可以使用symfony2的雙重身份驗證?
- 10. xpage是否可以使用Notes客戶端的身份驗證?
- 11. 是否可以使用CAS對Web API進行身份驗證?
- 12. 是否可以使用JSF 2.0和Glassfish進行身份驗證?
- 13. OAuth身份驗證失敗
- 14. OAuth身份驗證到EWS
- 15. Delphi OAuth身份驗證
- 16. Vimeo OAuth 2身份驗證
- 17. OAuth身份驗證Iphone
- 18. OAuth身份驗證,如Facebook
- 19. OAuth 2.0身份驗證SSL
- 20. OAuth身份驗證錯誤
- 21. 是否使用Active Directory身份驗證?
- 22. PEAR是否使用HTTP身份驗證?
- 23. OAuth用戶審批是否與用戶身份驗證相同?
- 24. Azure身份驗證和OAuth身份驗證
- 25. HTTP身份驗證VS OAuth VS HttpClient身份驗證
- 26. 是否可以在ASP.NET網站中同時使用表單身份驗證和Windows身份驗證?
- 27. 表單身份驗證是否記住身份驗證?
- 28. 我可以使用Windows身份驗證與ASP.Net身份?
- 29. MGTwitterEngine用於Iphone身份驗證xAuth oAuth
- 30. 是否可以使用證書加強ASP.NET中的表單身份驗證?