We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5259d01 commit 50a0f1bCopy full SHA for 50a0f1b
1 file changed
zitadel_client/auth/oauth_authenticator.py
@@ -77,7 +77,7 @@ def refresh_token(self) -> Token:
77
78
T = TypeVar("T", bound="OAuthAuthenticatorBuilder[Any]")
79
80
-
+# noinspection PyTypeHintsInspection
81
class OAuthAuthenticatorBuilder(ABC, Generic[T]):
82
"""
83
Abstract builder class for constructing OAuth authenticator instances.
0 commit comments