|
Methods defined here:
- __init__(self)
- get = method(self, **kwargs)
- A description of how to use this function
Args:
Returns:
An object of the form
{
"family_name": "A String",
"name": "A String",
"picture": "A String",
"locale": "A String",
"gender": "A String",
"email": "A String",
"birthday": "A String",
"link": "A String",
"given_name": "A String",
"timezone": "A String",
"id": "A String",
"verified_email": True or False,
}
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|