aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/jwt.h
blob: 80b6caa334680d34478b869debe3356d5f0a5fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef JWT_H
#define JWT_H

char*
jwt_create_from_list (const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
                      const struct GNUNET_CRYPTO_EcdsaPublicKey *sub_key,
                                                const struct GNUNET_IDENTITY_ATTRIBUTE_ClaimList *attrs,
                                                const struct GNUNET_CRYPTO_AuthKey *priv_key);

#endif