aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/oidc_helper.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:50:41 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:35 +0100
commit2803abe19c6c65c1a98a9b69cef27b5dc363f93e (patch)
tree6658559e86a51506080c12acbf348d0964a39f8b /src/reclaim/oidc_helper.c
parent8a86448236ad19365734ee3353da449c21f41a28 (diff)
downloadgnunet-2803abe19c6c65c1a98a9b69cef27b5dc363f93e.tar.gz
gnunet-2803abe19c6c65c1a98a9b69cef27b5dc363f93e.zip
-DOC: Documentation cleanup pass through RECLAIM subsystem
Diffstat (limited to 'src/reclaim/oidc_helper.c')
-rw-r--r--src/reclaim/oidc_helper.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index c87514a6b..647ebe302 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -424,17 +424,6 @@ generate_id_token_body (const struct GNUNET_IDENTITY_PublicKey *aud_key,
424} 424}
425 425
426 426
427/**
428 * Create a JWT using RSA256 algorithm from attributes
429 *
430 * @param aud_key the public of the audience
431 * @param sub_key the public key of the subject
432 * @param attrs the attribute list
433 * @param presentations credential presentation list (may be empty)
434 * @param expiration_time the validity of the token
435 * @param secret_rsa_key the key used to sign the JWT
436 * @return a new base64-encoded JWT string.
437 */
438char * 427char *
439OIDC_generate_id_token_rsa (const struct GNUNET_IDENTITY_PublicKey *aud_key, 428OIDC_generate_id_token_rsa (const struct GNUNET_IDENTITY_PublicKey *aud_key,
440 const struct GNUNET_IDENTITY_PublicKey *sub_key, 429 const struct GNUNET_IDENTITY_PublicKey *sub_key,