summaryrefslogtreecommitdiff
path: root/src/include/anastasis_service.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_service.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_service.h')
-rw-r--r--src/include/anastasis_service.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index 637e43b..a08f25b 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -466,9 +466,16 @@ enum ANASTASIS_KeyShareDownloadStatus
/**
* Too many attempts to solve the challenge were made in a short
- * time. Try again laster.
+ * time. Try again later.
*/
- ANASTASIS_KSD_RATE_LIMIT_EXCEEDED
+ ANASTASIS_KSD_RATE_LIMIT_EXCEEDED,
+
+ /**
+ * The user did not satisfy the (external)
+ * authentication check until the request timeout
+ * was reached. The client should try again later.
+ */
+ ANASTASIS_KSD_AUTHENTICATION_TIMEOUT
};