aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/jwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity-provider/jwt.h')
-rw-r--r--src/identity-provider/jwt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/identity-provider/jwt.h b/src/identity-provider/jwt.h
deleted file mode 100644
index 072958973..000000000
--- a/src/identity-provider/jwt.h
+++ /dev/null
@@ -1,9 +0,0 @@
1#ifndef JWT_H
2#define JWT_H
3
4char*
5jwt_create_from_list (const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
6 const struct GNUNET_IDENTITY_ATTRIBUTE_ClaimList *attrs,
7 const struct GNUNET_CRYPTO_EcdsaPrivateKey *priv_key);
8
9#endif