So I've been working on Google OAuth Client Library to integrate MS teams. I suppose that Google OAuth client library can be used for any OAuth Services on the web.
But is there any documentation / code flow explaining how this library can be used for this integration ?
Posting the Answer for better knowledge
Copying from @Dev comments
Obtain OAuth2 client credentials from the Google API Console. Enable access to the Google People API.
Follow the remaining steps provided in the documentation.