id_token is missing in credentials and would be great to be included... credentials' => array( 'token' => $results->access_token, 'id_token' => $results->id_token, 'expires' => date('c', time() + $results->expires_in) )
id_token is missing in credentials and would be great to be included...
credentials' => array(
'token' => $results->access_token,
'id_token' => $results->id_token,
'expires' => date('c', time() + $results->expires_in)
)