aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_kyclogic_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-27 14:43:25 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-27 14:43:25 +0100
commit32fac55f7ea4d29a459310851cfc955204d3f79f (patch)
tree6a9ef067469d7ebecebb492ef714a49294e5adf2 /src/include/taler_kyclogic_lib.h
parent42bd2dadcfad336623c0650c28580e8206bf95b9 (diff)
downloadexchange-32fac55f7ea4d29a459310851cfc955204d3f79f.tar.xz
update GET attest logic now that it is clear that we must store KYC attributes locally:
Diffstat (limited to 'src/include/taler_kyclogic_lib.h')
-rw-r--r--src/include/taler_kyclogic_lib.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h
index e90dcb1c2..a629543a0 100644
--- a/src/include/taler_kyclogic_lib.h
+++ b/src/include/taler_kyclogic_lib.h
@@ -314,27 +314,6 @@ TALER_KYCLOGIC_requirements_to_logic (const char *requirements,
/**
- * Obtain attributes we collected about a user from a
- * provider.
- *
- * @param provider_section configuration section of a
- * provider that triggered KYC process for a user
- * @param provider_user_id user ID of the user at the provider
- * @param legitimization_id legitimizatin ID of a process
- * of that user at the provider
- * @param[out] attr_expiration set to when the @a attrs expire
- * @param[out] attrs attributes we have about the user
- * @return error code, #TALER_EC_NONE on success
- */
-enum TALER_ErrorCode
-TALER_KYCLOGIC_user_to_attributes (const char *provider_section,
- const char *provider_user_id,
- const char *legitimization_id,
- struct GNUNET_TIME_Timestamp *attr_expiration,
- json_t **attrs);
-
-
-/**
* Obtain the provider logic for a given @a name.
*
* @param name name of the logic or provider section