Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)