Home
last modified time | relevance | path

Searched refs:auth_allowed (Results 1 – 3 of 3) sorted by relevance

/dports/security/py-social-auth-core/social-auth-core-4.0.2/social_core/pipeline/
H A Dsocial_auth.py12 def auth_allowed(backend, details, response, *args, **kwargs): function
13 if not backend.auth_allowed(response, details):
/dports/security/py-social-auth-core/social-auth-core-4.0.2/social_core/backends/
H A Dbase.py148 def auth_allowed(self, response, details): member in BaseAuth
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dftpclass.cc1530 bool auth_allowed=false; in Do() local
1552 auth_allowed=true; in Do()
1568 auth_allowed=true; in Do()
1577 if(auth_allowed) in Do()