Example #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)
 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)
Example #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)
 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)