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

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

#endif