Refine security

This commit is contained in:
Stuckinaboot
2019-04-29 18:05:38 -04:00
parent eb26661652
commit 1fb4372ede
2 changed files with 8 additions and 4 deletions

View File

@ -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