OAuth 2 Resource Owner Password Credentials Flow
POST https://accounts.google.com/token?
grant_type=password
&username=...
&password=...
&client_id=CLIENT_ID // If client is confidential
&client_secret=CLIENT_SECRET // If client is confidentialMis à jour