Module: oauth/google_data_client

Methods

(async, inner) dataClient(json)

A module for making a fetch request to the google resource server.
Parameters:
Name Type Description
json json A JSON object that must contain the access_token and token_type properties from the google authorization server.
Author:
  • Tyler Del Rosario
Source:
Returns:
Returns a JSON object containing the users profile data.