Deprecate http.api_password: lines to remove

Hello everyone,

Since 0.90 is deprecating http.api_password, I was wondering which lines in my config can be removed.

I added:

auth_providers:
type: homeassistant

Does this mean I can completely remove the following lines?

http:
api_password: !secret api_password
login_attempts_threshold: “5”
base_url: https://[XXX].duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

Please let me know. Thank you.