aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/oidc_helper.c
diff options
context:
space:
mode:
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 11963c345..90c33375f 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -423,17 +423,6 @@ generate_id_token_body (const struct GNUNET_IDENTITY_PublicKey *aud_key,
423} 423}
424 424
425 425
426/**
427 * Create a JWT using RSA256 algorithm from attributes
428 *
429 * @param aud_key the public of the audience
430 * @param sub_key the public key of the subject
431 * @param attrs the attribute list
432 * @param presentations credential presentation list (may be empty)
433 * @param expiration_time the validity of the token
434 * @param secret_rsa_key the key used to sign the JWT
435 * @return a new base64-encoded JWT string.
436 */
437char * 426char *
438OIDC_generate_id_token_rsa (const struct GNUNET_IDENTITY_PublicKey *aud_key, 427OIDC_generate_id_token_rsa (const struct GNUNET_IDENTITY_PublicKey *aud_key,
439 const struct GNUNET_IDENTITY_PublicKey *sub_key, 428 const struct GNUNET_IDENTITY_PublicKey *sub_key,