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 44b60b2 commit 87cf9a6Copy full SHA for 87cf9a6
1 file changed
stubs/Authlib/authlib/common/security.pyi
@@ -3,4 +3,5 @@ from typing import Final
3
UNICODE_ASCII_CHARACTER_SET: Final[str]
4
5
def generate_token(length: int = 30, chars: str = UNICODE_ASCII_CHARACTER_SET) -> str: ...
6
+
7
def is_secure_transport(uri: str) -> bool: ...
0 commit comments