OwlCyberSecurity - MANAGER
Edit File: interfaces.pyc
� �t�ac @ s\ d d l m Z m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����( t Interfacet Attributet ICredentialFactoryc B s, e Z d Z e d � Z d � Z d � Z RS( s� A credential factory provides state between stages in HTTP authentication. It is ultimately in charge of creating an ICredential for the specified scheme, that will be used by cred to complete authentication. sL string indicating the authentication scheme this factory is associated with.c C s d S( s Generate a challenge the client may respond to. @type peer: L{twisted.internet.interfaces.IAddress} @param peer: The client's address @rtype: C{dict} @return: Deferred returning dictionary of challenge arguments N( ( t peer( ( s) /opt/cpanel-ccs/txweb2/auth/interfaces.pyt getChallenge&