authclient\BaseOAuth $accessToken

$accessToken public property public yii\authclient\OAuthToken getAccessToken ( )public void setAccessToken ( $token )

authclient\BaseClient setViewOptions()

setViewOptions() public method public void setViewOptions ( $viewOptions )$viewOptions array View options in format: optionName => optionValue

authclient\BaseClient setUserAttributes()

setUserAttributes() public method public void setUserAttributes ( $userAttributes )$userAttributes array List of user attributes

authclient\BaseClient setTitle()

setTitle() public method public void setTitle ( $title )$title string Service title.

authclient\BaseClient setNormalizeUserAttributeMap()

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

authclient\BaseClient setName()

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

authclient\BaseClient setId()

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

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 initUserAttributes()

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

authclient\BaseClient getViewOptions()

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