aboutsummaryrefslogtreecommitdiff
path: root/src/include/anastasis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis.h')
-rw-r--r--src/include/anastasis.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/anastasis.h b/src/include/anastasis.h
index 0caaf4e..f9782fd 100644
--- a/src/include/anastasis.h
+++ b/src/include/anastasis.h
@@ -131,7 +131,14 @@ enum ANASTASIS_ChallengeStatus
131 /** 131 /**
132 * The rate limit for solving the challenge was exceeded. 132 * The rate limit for solving the challenge was exceeded.
133 */ 133 */
134 ANASTASIS_CHALLENGE_STATUS_RATE_LIMIT_EXCEEDED 134 ANASTASIS_CHALLENGE_STATUS_RATE_LIMIT_EXCEEDED,
135
136 /**
137 * The user did not satisfy the (external) authentication
138 * challenge in time. The request should be repeated
139 * later and may then succeed.
140 */
141 ANASTASIS_CHALLENGE_STATUS_AUTH_TIMEOUT
135 142
136}; 143};
137 144