User ID in Jwt Payload
I am trying to migrate to the new API keys and using
How can I get the current user's ID from this?
getClaims instead of getUser for the purpose of checking if the user is authenticated as per the youtube video.getClaims returns an object of the following type:How can I get the current user's ID from this?