Practicando autenticación con passport antes de ir a Nestjs
{
"grant_type": "refresh_token",
"client_id": "ID_FROM_GOOGLE_CLOUD",
"client_secret": "SECRET_FROM_GOOGLE_CLOUD",
"refresh_token": "USER-REFRESH-TOKEN"
}
Step 1: Set authorization parameters
POST https://developers.google.com/identity/protocols/oauth2/web-server#node
https://developers.google.com/identity/protocols/oauth2?hl=es-419