$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
$clientCollection public property Name of the auth client collection application component. This component will be used to fetch services value if it is not set. public string $clientCollection = 'authClientCollection'
$baseAuthUrl public property Base auth URL configuration. public array getBaseAuthUrl ( )public void setBaseAuthUrl ( array $baseAuthUrl )
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.
$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://api.weibo.com/oauth2/authorize'
$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://api.weibo.com/oauth2/access_token'
Page 598 of 633