authclient\clients\GoogleOAuth initUserAttributes()

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

authclient\clients\GoogleOAuth init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

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 $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 $apiBaseUrl

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

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\GoogleHybrid defaultReturnUrl()

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

authclient\clients\GitHub initUserAttributes()

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