$baseAuthUrl public property Base auth URL configuration. public array getBaseAuthUrl ( )public void setBaseAuthUrl ( array $baseAuthUrl )
$autoRender public property Indicates if widget content, should be rendered automatically. Note: this value automatically set to 'false' at the first call of createClientUrl() public boolean $autoRender = true
initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.
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 ( )
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
defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.
defaultNormalizeUserAttributeMap() protected method Returns the default $normalizeUserAttributeMap value. Particular client may override this method in order to provide specific default map. protected array defaultNormalizeUserAttributeMap ( )return array Normalize attribute map.
defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.
$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://api.weibo.com/oauth2/access_token'
$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://api.weibo.com/oauth2/authorize'
Page 598 of 633