summaryrefslogtreecommitdiff
path: root/src/include/anastasis.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-14 13:32:31 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-14 13:32:31 +0200
commitf4a4a0806bf361ccbd2d0f9bbdc34187cccba6c6 (patch)
tree5b095579d4cc244f65472477a74c17674d329196 /src/include/anastasis.h
parent71c62583d81f149cef2bdbe13870da70b50f3cbd (diff)
downloadanastasis-f4a4a0806bf361ccbd2d0f9bbdc34187cccba6c6.tar.gz
anastasis-f4a4a0806bf361ccbd2d0f9bbdc34187cccba6c6.tar.bz2
anastasis-f4a4a0806bf361ccbd2d0f9bbdc34187cccba6c6.zip
-more legwork for new auth method support
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
/**
* The rate limit for solving the challenge was exceeded.
*/
- ANASTASIS_CHALLENGE_STATUS_RATE_LIMIT_EXCEEDED
+ ANASTASIS_CHALLENGE_STATUS_RATE_LIMIT_EXCEEDED,
+
+ /**
+ * The user did not satisfy the (external) authentication
+ * challenge in time. The request should be repeated
+ * later and may then succeed.
+ */
+ ANASTASIS_CHALLENGE_STATUS_AUTH_TIMEOUT
};