From 6f0432ed839d1f5a7a1e880f492ce162073b680b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Aug 2021 16:03:02 +0200 Subject: -first rough sketch for IBAN authorization plugin" --- src/include/anastasis_authorization_plugin.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/include/anastasis_authorization_plugin.h') diff --git a/src/include/anastasis_authorization_plugin.h b/src/include/anastasis_authorization_plugin.h index c2f2c03..b159aaa 100644 --- a/src/include/anastasis_authorization_plugin.h +++ b/src/include/anastasis_authorization_plugin.h @@ -74,7 +74,14 @@ enum ANASTASIS_AUTHORIZATION_Result * * Additionally, we failed to transmit the challenge. */ - ANASTASIS_AUTHORIZATION_RES_FAILED_REPLY_FAILED = 5 + ANASTASIS_AUTHORIZATION_RES_FAILED_REPLY_FAILED = 5, + + /** + * The authentication process completed successfully + * and we should signal success to the client by + * returning the truth. + */ + ANASTASIS_AUTHORIZATION_RES_FINISHED = 6 }; -- cgit v1.2.3