authclient\widgets\AuthChoice $autoRender

$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

authclient\widgets\AuthChoice $clientCollection

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

authclient\widgets\AuthChoice $baseAuthUrl

$baseAuthUrl public property Base auth URL configuration. public array getBaseAuthUrl ( )public void setBaseAuthUrl ( array $baseAuthUrl )

authclient\Weibo 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\Weibo 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\Weibo defaultTitle()

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

authclient\Weibo defaultNormalizeUserAttributeMap()

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.

authclient\Weibo defaultName()

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

authclient\Weibo $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://api.weibo.com/oauth2/authorize'

authclient\Weibo $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://api.weibo.com/oauth2/access_token'