/oauth2/v2/tokeninfo
POST
/oauth2/v2/tokeninfo
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.googleapis.com//oauth2/v2/tokeninfo'
Response Response Example
{
"audience": "string",
"email": "string",
"expires_in": 0,
"issued_to": "string",
"scope": "string",
"user_id": "string",
"verified_email": true
}
Request
Query Params
access_token
string
optional
id_token
string
optional
Responses
Modified at 2023-08-15 04:15:17