- Source:
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. |
- Source:
Returns:
Returns a JSON object containing the users profile data.