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.
generate_token(chars)
1 parent d3889ed commit 536aeebCopy full SHA for 536aeeb
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: ... # noqa: Y011
6
def is_secure_transport(uri: str) -> bool: ...
0 commit comments