On this page
Interface yii\authclient\ClientInterface
ClientInterface declares basic interface all Auth clients should follow.
Public Methods
Method Details
getId() public abstract method
getName() public abstract method
getTitle() public abstract method
getUserAttributes() public abstract method
public abstract array getUserAttributes ( ) | ||
---|---|---|
return | array | List of user attributes |
getViewOptions() public abstract method
public abstract array getViewOptions ( ) | ||
---|---|---|
return | array | View options in format: optionName => optionValue |
setId() public abstract method
setName() public abstract method
setTitle() public abstract method
© 2008–2017 by Yii Software LLC
Licensed under the three clause BSD license.
http://www.yiiframework.com/doc-2.0/yii-authclient-clientinterface.html