authclient\clients\GoogleOAuth initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

authclient\clients\GoogleOpenId $authUrl

$authUrl public property Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. public string $authUrl = 'https://www.google.com/accounts/o8/id'

authclient\clients\GoogleOAuth $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://accounts.google.com/o/oauth2/token'

authclient\clients\GoogleOAuth $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://accounts.google.com/o/oauth2/auth'

authclient\clients\GoogleOAuth defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

authclient\clients\GoogleOAuth defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

authclient\clients\GoogleOAuth $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://www.googleapis.com/plus/v1'

authclient\clients\GoogleHybrid defaultReturnUrl()

defaultReturnUrl() protected method Composes default $returnUrl value. protected string defaultReturnUrl ( )return string Return URL.

authclient\clients\GoogleHybrid defaultViewOptions()

defaultViewOptions() protected method Returns the default $viewOptions value. Particular client may override this method in order to provide specific default view options. protected array defaultViewOptions ( )return array List of default $viewOptions

authclient\clients\GitHub initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.