authclient\Collection $clients

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

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\clients\YandexOpenId defaultTitle()

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

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

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

authclient\clients\YandexOpenId $requiredAttributes

$requiredAttributes public property List of attributes, which always should be returned from server. Attribute names should be always specified in AX format. For example: ['namePerson/friendly', 'contact/email'] List of attributes, which always should be returned from server. Attribute names should be always specified in AX format. For example: ['namePerson/friendly', 'contact/email'] public array $requiredAttributes = ['namePerson', 'contact/email']

authclient\clients\YandexOpenId $authUrl

$authUrl public property Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. public string $authUrl = 'http://openid.yandex.ru'

authclient\clients\YandexOAuth initUserAttributes()

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

authclient\clients\YandexOAuth defaultTitle()

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

authclient\clients\YandexOAuth defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.