* @since 2.0 */ class AuthChoiceItem extends Widget { /** * @var \yii\authclient\ClientInterface auth client instance. */ public $client; /** * @var AuthChoice parent AuthChoice widget */ public $authChoice; }