-
Using the OAuth 2.0 flow, I believe this requires an identity token instead of an access token, although sometimes access tokens contain claims about the user's identity. The access tokens returned using the Google oauth client don't seem to be a JWT so I don't know how to decode them. Wondering if this is possible so that the user of my application can see who they are logged in as. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The
|
Beta Was this translation helpful? Give feedback.
The
account_menu
endpoint returnsaccountName
,channelHandle
andaccountPhoto
, if that's what you're looking for. Should be possible to implement without much effort if you need ithttps://music.youtube.com/youtubei/v1/account/account_menu