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