diff options
Diffstat (limited to 'agl-identity-service/src/agl-identity-binding.c')
-rw-r--r-- | agl-identity-service/src/agl-identity-binding.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/agl-identity-service/src/agl-identity-binding.c b/agl-identity-service/src/agl-identity-binding.c index 34dfb79..d1f0b28 100644 --- a/agl-identity-service/src/agl-identity-binding.c +++ b/agl-identity-service/src/agl-identity-binding.c @@ -36,11 +36,8 @@ static struct afb_event event; static struct json_object *current_identity; -static const char default_endpoint[] = "https://agl-graphapi.forgerocklabs.org/getuserprofilefromtoken"; static const char default_vin[] = "4T1BF1FK5GU260429"; -static const char *oidc_name; static char *vin; -static char *endpoint; /***** configuration ********************************************/ |