authclient\widgets\AuthChoiceItem $authChoice

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

authclient\widgets\AuthChoiceAsset $js

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

authclient\widgets\AuthChoiceAsset $depends

$depends public property public $depends = ['yii\authclient\widgets\AuthChoiceStyleAsset', 'yii\web\YiiAsset']

authclient\widgets\AuthChoice init()

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

authclient\widgets\AuthChoice run()

run() public method Runs the widget. public void run ( )

authclient\widgets\AuthChoice setClients()

setClients() public method public void setClients ( array $clients )$clients yii\authclient\ClientInterface[] Auth providers

authclient\widgets\AuthChoice renderMainContent()

renderMainContent() protected method Renders the main content, which includes all external services links. protected void renderMainContent ( )

authclient\widgets\AuthChoice setBaseAuthUrl()

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

authclient\widgets\AuthChoice defaultClients()

defaultClients() protected method Returns default auth clients list. protected yii\authclient\ClientInterface[] defaultClients ( )return yii\authclient\ClientInterface[] Auth clients list.

authclient\widgets\AuthChoice getClients()

getClients() public method public yii\authclient\ClientInterface[] getClients ( )return yii\authclient\ClientInterface[] Auth providers