Exemplo n.º 1
0
def get_challenge(result):
    data=request.get_json()
    account=data['account']
    result['challenge']=user_service.get_challenge()
Exemplo n.º 2
0
def get_challenge():
    return get_challenge()
Exemplo n.º 3
0
def get_challenge(result):
    data = request.get_json()
    result['challenge'] = user_service.get_challenge()