From f4a4a0806bf361ccbd2d0f9bbdc34187cccba6c6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Aug 2021 13:32:31 +0200 Subject: -more legwork for new auth method support --- src/include/anastasis_service.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/include/anastasis_service.h') 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 }; -- cgit v1.2.3