hass-core/homeassistant/components/geocaching/models.py
Rudolf Offereins 577b8cd976
Add Geocaching integration (#50284)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Reinder Reinders <reinder.reinders@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-05-12 12:12:47 +02:00

9 lines
208 B
Python

"""Models for the Geocaching integration."""
from typing import TypedDict
class GeocachingOAuthApiUrls(TypedDict):
"""oAuth2 urls for a single environment."""
authorize_url: str
token_url: str