Req: metadata and id_token on OAUTH Token Response

From the stackoverflow link:

OpenID Connect is an authentication layer on top of OAuth2. When exchanging a authorization code at Google’s token endpoint, you get an access token (the access_token parameter) as well as an OpenID Connect ID token (the id_token parameter).

We do not currently support OpenID Connect, nor do we have any plans to.