authclient\BaseClient getName()

getName() public method public string getName ( )return string Service name.

authclient\BaseClient getNormalizeUserAttributeMap()

getNormalizeUserAttributeMap() public method public array getNormalizeUserAttributeMap ( )return array Normalize user attribute map.

authclient\BaseClient getTitle()

getTitle() public method public string getTitle ( )return string Service title.

authclient\BaseClient getUserAttributes()

getUserAttributes() public method public array getUserAttributes ( )return array List of user attributes

authclient\BaseClient getViewOptions()

getViewOptions() public method public array getViewOptions ( )return array View options in format: optionName => optionValue

authclient\BaseClient initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

authclient\BaseClient normalizeUserAttributes()

normalizeUserAttributes() protected method Normalize given user attributes according to $normalizeUserAttributeMap. protected array normalizeUserAttributes ( $attributes )$attributes array Raw attributes. return array Normalized attributes. throws yii\base\InvalidConfigException on incorrect normalize attribute map.

authclient\BaseClient setId()

setId() public method public void setId ( $id )$id string Service id.

authclient\BaseClient setName()

setName() public method public void setName ( $name )$name string Service name.

authclient\BaseClient setNormalizeUserAttributeMap()

setNormalizeUserAttributeMap() public method public void setNormalizeUserAttributeMap ( $normalizeUserAttributeMap )$normalizeUserAttributeMap array Normalize user attribute map.