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.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/include/anastasis.h b/src/include/anastasis.h
index f9782fd..8443eb6 100644
--- a/src/include/anastasis.h
+++ b/src/include/anastasis.h
@@ -138,7 +138,14 @@ enum ANASTASIS_ChallengeStatus
138 * challenge in time. The request should be repeated 138 * challenge in time. The request should be repeated
139 * later and may then succeed. 139 * later and may then succeed.
140 */ 140 */
141 ANASTASIS_CHALLENGE_STATUS_AUTH_TIMEOUT 141 ANASTASIS_CHALLENGE_STATUS_AUTH_TIMEOUT,
142
143 /**
144 * Plugin-specific ("external") instructions for how to solve the
145 * challenge are provided.
146 */
147 ANASTASIS_CHALLENGE_STATUS_EXTERNAL_INSTRUCTIONS
148
142 149
143}; 150};
144 151
@@ -166,7 +173,8 @@ struct ANASTASIS_ChallengeStartResponse
166 173
167 /** 174 /**
168 * Challenge details provided if 175 * Challenge details provided if
169 * @e cs is #ANASTASIS_CHALLENGE_STATUS_INSTRUCTIONS. 176 * @e cs is #ANASTASIS_CHALLENGE_STATUS_INSTRUCTIONS
177 * or #ANASTASIS_CHALLENGE_STATUS_EXTERNAL_INSTRUCTIONS.
170 */ 178 */
171 struct 179 struct
172 { 180 {