authclient\clients\YandexOpenId defaultNormalizeUserAttributeMap()

defaultNormalizeUserAttributeMap() protected method Returns the default $normalizeUserAttributeMap value. Particular client may override this method in order to provide specific default map. protected array defaultNormalizeUserAttributeMap ( )return array Normalize attribute map.

authclient\clients\YandexOpenId defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

authclient\clients\YandexOpenId defaultViewOptions()

defaultViewOptions() protected method Returns the default $viewOptions value. Particular client may override this method in order to provide specific default view options. protected array defaultViewOptions ( )return array List of default $viewOptions

authclient\Collection $clients

$clients public property List of auth clients public yii\authclient\ClientInterface[] getClients ( )public void setClients ( array $clients )

authclient\Collection createClient()

createClient() protected method Creates auth client instance from its array configuration. protected yii\authclient\ClientInterface createClient ( $id, $config )$id string Auth client id. $config array Auth client instance configuration. return yii\authclient\ClientInterface Auth client instance.

authclient\Collection getClient()

getClient() public method public yii\authclient\ClientInterface getClient ( $id )$id string Service id. return yii\authclient\ClientInterface Auth client instance. throws yii\base\InvalidParamException on non existing client request.

authclient\Collection getClients()

getClients() public method public yii\authclient\ClientInterface[] getClients ( )return yii\authclient\ClientInterface[] List of auth clients.

authclient\Collection hasClient()

hasClient() public method Checks if client exists in the hub. public boolean hasClient ( $id )$id string Client id. return boolean Whether client exist.

authclient\Collection setClients()

setClients() public method public void setClients ( array $clients )$clients array List of auth clients

authclient\InvalidResponseException $responseBody

$responseBody public property Response body. public string $responseBody = ''