Exemplo n.º 1
0
def setNewAuthRecord(uid, t_key, t_secret):
	ar = AuthRecord(id = t_key, uid = uid, t_key = t_key, t_secret = t_secret, used = False)
	ar.put()