예제 #1
0
 def check_authentication(self, params):
     #log.debug("[check_authentication] entering function")
     res = check_authentication(**params)
     response.status = 200
     response.content_type = "text/plain"
     #log.debug("[check_authentication] %s" % res)
     return res
예제 #2
0
 def check_authentication(self, params):
     #log.debug("[check_authentication] entering function")
     res = check_authentication(**params)
     response.status = 200
     response.content_type = "text/plain"
     #log.debug("[check_authentication] %s" % res)
     return res
예제 #3
0
파일: openid.py 프로젝트: wjbailey/LinOTP
 def check_authentication(self, params):
     res = check_authentication(**params)
     response.status = 200
     response.content_type = "text/plain"
     return res
예제 #4
0
 def check_authentication(self, params):
     res = check_authentication(**params)
     response.status = 200
     response.content_type = "text/plain"
     return res