示例#1
0
 def _Finish(cls, handler, client, user_dict, ident_dict, device_dict):
     """Invoked by VerifyViewfinderHandler to complete the link action."""
     handler._AuthUser(user_dict, ident_dict, device_dict)
示例#2
0
 def _Finish(cls, handler, client, user_dict, ident_dict, device_dict):
   """Invoked by VerifyViewfinderHandler to complete the link action."""
   handler._AuthUser(user_dict, ident_dict, device_dict)
示例#3
0
 def _Finish(cls, handler, client, user_dict, ident_dict, device_dict):
     """Invoked by VerifyViewfinderHandler to complete the register action."""
     handler._AuthUser(user_dict, ident_dict, device_dict, confirmed=True)
示例#4
0
 def _Finish(cls, handler, client, user_dict, ident_dict, device_dict):
   """Invoked by VerifyViewfinderHandler to complete the register action."""
   handler._AuthUser(user_dict, ident_dict, device_dict, confirmed=True)