We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2e84d commit 953f85dCopy full SHA for 953f85d
1 file changed
elmax/__init__.py
@@ -72,7 +72,8 @@ async def disconnect(self):
72
if self.authorized:
73
self.authorized = False
74
75
- async def is_authenticated(self):
+ @property
76
+ def is_authenticated(self):
77
"""Get the state of the authentication."""
78
return self.authorized
79
0 commit comments