hass-core/tests/components/auth
Jason Hu 9583947012 Long-lived access token (#16453)
* Allow create refresh_token with specific access_token_expiration

* Add token_type, client_name and client_icon

* Add unit test

* Add websocket API to create long-lived access token

* Allow URL use as client_id for long-lived access token

* Remove mutate_refresh_token method

* Use client name as id for long_lived_access_token type refresh token

* Minor change

* Do not allow duplicate client name

* Update docstring

* Remove unnecessary `list`
2018-09-11 12:05:15 +02:00
..
__init__.py Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557) 2018-08-24 10:28:43 +02:00
test_indieauth.py Use new session when fetching remote urls (#16093) 2018-08-21 19:03:46 +02:00
test_init.py Long-lived access token (#16453) 2018-09-11 12:05:15 +02:00
test_init_link_user.py Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557) 2018-08-24 10:28:43 +02:00
test_login_flow.py Fail fetch auth providers if onboarding required (#16454) 2018-09-10 23:51:40 +02:00
test_mfa_setup_flow.py Add multi-factor auth module setup flow (#16141) 2018-08-24 10:17:43 -07:00