From e7e10a2931cc19969b2c060a0996506e5b7ce43e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Aug 2021 12:50:34 +0200 Subject: -misc bugfixes for IBAN plugin --- src/include/anastasis.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include/anastasis.h') diff --git a/src/include/anastasis.h b/src/include/anastasis.h index 3027e2a..a950172 100644 --- a/src/include/anastasis.h +++ b/src/include/anastasis.h @@ -180,7 +180,6 @@ struct ANASTASIS_ChallengeStartResponse /** * Challenge details provided if * @e cs is #ANASTASIS_CHALLENGE_STATUS_INSTRUCTIONS - * or #ANASTASIS_CHALLENGE_STATUS_EXTERNAL_INSTRUCTIONS. */ struct { @@ -209,6 +208,12 @@ struct ANASTASIS_ChallengeStartResponse } open_challenge; + /** + * Response with details if + * @e cs is #ANASTASIS_CHALLENGE_STATUS_EXTERNAL_INSTRUCTIONS. + */ + const json_t *external_challenge; + /** * Response with URL to redirect the user to, if * @e cs is #ANASTASIS_CHALLENGE_STATUS_REDIRECT_FOR_AUTHENTICATION. -- cgit v1.2.3