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