示例#1
0
def token_auth_error(status):
    return reponse_erreur_json(status)
示例#2
0
def token_auth_error(code):
    return reponse_erreur_json(code)
示例#3
0
def basic_auth_error(status):
    return reponse_erreur_json(status, "Erreur authentification")
示例#4
0
def basic_auth_error(code):
    return reponse_erreur_json(code, 'Erreur Auth')