clientLink() public method
Outputs client auth link.
| public void clientLink ( $client, $text = null, array $htmlOptions = [] ) | ||
|---|---|---|
| $client | yii\authclient\ClientInterface |
External auth client instance. |
| $text | string |
Link text, if not set - default value will be generated. |
| $htmlOptions | array |
Link HTML options. |
| throws | yii\base\InvalidConfigException |
on wrong configuration. |
Please login to continue.