authclient\clients\VKontakte $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'http://api.vk.com/oauth/authorize'

authclient\clients\VKontakte $attributeNames

$attributeNames public property (available since version 2.0.4) List of attribute names, which should be requested from API to initialize user attributes. public array $attributeNames = ['uid', 'first_name', 'last_name', 'nickname', 'screen_name', 'sex', 'bdate', 'city', 'country', 'timezone', 'photo']

authclient\clients\VKontakte $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.vk.com/method'

authclient\clients\Twitter initUserAttributes()

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

authclient\clients\Twitter defaultTitle()

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

authclient\clients\Twitter defaultName()

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

authclient\clients\Twitter $requestTokenUrl

$requestTokenUrl public property OAuth request token URL. OAuth request token URL. public string $requestTokenUrl = 'https://api.twitter.com/oauth/request_token'

authclient\clients\Twitter $requestTokenMethod

$requestTokenMethod public property Request token HTTP method. Request token HTTP method. public string $requestTokenMethod = 'POST'

authclient\clients\Twitter $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://api.twitter.com/oauth/authenticate'

authclient\clients\Twitter $attributeParams

$attributeParams public property (available since version 2.0.6) List of extra parameters, which should be used, while requesting user attributes from Twitter API. For example: [ 'include_email' => 'true' ] See also https://dev.twitter.com/rest/reference/get/account/verify_credentials. public array $attributeParams = []