Interface yii\authclient\ClientInterface
ClientInterface declares basic interface all Auth clients should follow.
Public Methods
Method Details
| public abstract array getUserAttributes ( ) | ||
| return | array |
List of user attributes |
|---|---|---|
public function getUserAttributes();
| public abstract array getViewOptions ( ) | ||
| return | array |
View options in format: optionName => optionValue |
|---|---|---|
public function getViewOptions();
| public abstract mixed setName ( string $name ) | ||
| $name | string |
Service name. |
public function setName($name);