mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Refine security
This commit is contained in:
@ -14,6 +14,7 @@ class ISecureConn(ABC):
|
||||
:return: connection object that has been made secure
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
def get_security_details(self):
|
||||
"""
|
||||
:return: map containing details about the connections security
|
||||
|
||||
Reference in New Issue
Block a user