Skip to content

Commit 87cf9a6

Browse files
authored
Add is_secure_transport function signature
1 parent 44b60b2 commit 87cf9a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stubs/Authlib/authlib/common/security.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ from typing import Final
33
UNICODE_ASCII_CHARACTER_SET: Final[str]
44

55
def generate_token(length: int = 30, chars: str = UNICODE_ASCII_CHARACTER_SET) -> str: ...
6+
67
def is_secure_transport(uri: str) -> bool: ...

0 commit comments

Comments
 (0)