I would like to use the google-oauth-java client to use the Resource Owner Password Grant Type.
So it would need to do something like this:
and from then on use the received access_token or if necessary the refresh_token?
Can this useless be done with the google-oauth-java client library?