authclient\clients\GitHub $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://github.com/login/oauth/access_token'

authclient\clients\GitHub defaultName()

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

authclient\clients\GitHub defaultTitle()

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

authclient\clients\GitHub 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\GitHub initUserAttributes()

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

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

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

authclient\clients\GoogleOAuth $authUrl

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

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'