authclient\widgets\GooglePlusButton registerClientScript()

registerClientScript() protected method Registers necessary JavaScript. protected void registerClientScript ( )

authclient\widgets\GooglePlusButton init()

init() public method Initializes the widget. public void init ( )

authclient\widgets\GooglePlusButton getCallback()

getCallback() public method public string getCallback ( )return string Callback JavaScript function name.

authclient\widgets\GooglePlusButton generateCallback()

generateCallback() protected method Generates JavaScript callback function, which will be used to handle auth response. protected string generateCallback ( $url = [] )$url array Auth callback URL. return string JavaScript function name.

authclient\widgets\GooglePlusButton $callback

$callback public property Callback JavaScript function name or URL config. public string getCallback ( )public void setCallback ( $callback )

authclient\widgets\GooglePlusButton $buttonHtmlOptions

$buttonHtmlOptions public property Button tag HTML options, which will be merged with the default ones. public array $buttonHtmlOptions = []

authclient\widgets\AuthChoiceStyleAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/authclient/assets'

authclient\widgets\AuthChoiceStyleAsset $css

$css public property public $css = ['authchoice.css']

authclient\widgets\AuthChoiceItem $client

$client public property Auth client instance. public yii\authclient\ClientInterface $client = null

authclient\widgets\AuthChoiceItem $authChoice

$authChoice public property Parent AuthChoice widget public yii\authclient\widgets\AuthChoice $authChoice = null