We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec16c6 commit 22d43c0Copy full SHA for 22d43c0
src/posit/connect/oauth/oauth.py
@@ -12,6 +12,12 @@
12
if TYPE_CHECKING:
13
from ..context import Context
14
15
+# Adding constants for backwards compatibility
16
+# Moving these could break existing code that imports them directly
17
+GRANT_TYPE = types.GRANT_TYPE
18
+
19
+OAuthTokenType = types.OAuthTokenType
20
21
22
def _get_content_session_token() -> str:
23
"""Return the content session token.
0 commit comments