How do you get the issuer for a new user account from Clerk webhooks?
and was able to use a Clerk webhook in order to automatically insert a document in
users Convex table.But, I'm trying to adhere to the pattern where the
users table has a tokenIdentifier column. The problem is that I don't see a way to get the issuer value from the Clerk webhook.

