示例#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