It opens a popup window for the client authentication process.
By default this widget relies on presence of Collection among application components
to get auth clients information.
Example:
php
['site/auth']
]); ?>
You can customize the widget appearance by using [[begin()]] and [[end()]] syntax
along with using method AuthChoice::clientLink or AuthChoice::createClientUrl.
For example:
php
['site/auth']
]); ?>
-
getClients() as $client): ?>
- clientLink($client) ?>