I am using login in with google, google returns below details once user authorised.
Google_Service_Oauth2_Userinfoplus Object ( 
    [email] => mona123.janorkar@gmail.com 
    [familyName] => Janorkar 
    [gender] => 
    [givenName] => Mona 
    [hd] => 
    [id] => 11018813453254107047543 
    [name] => Mona Janorkar 
    [verifiedEmail] => 1 
    [data:protected] => Array ( 
    [verified_email] => 1 
    [given_name] => Mona 
    [family_name] => Janorkar ) 
    [processed:protected] => Array ( ) 
)
How i should read all the fields from above response it also have subarray.
Thank you in advance
Regards, Raj
 
     
    