If you need to formally require users to sign-in with a google account....

Start your functions.php off with this line:
require_once $_SERVER['DOCUMENT_ROOT'].'/google-auth/api.php';

This provides access to the following functions:


Examples: