authclient\clients\LinkedIn $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://www.linkedin.com/uas/oauth2/accessToken'

authclient\clients\LinkedIn $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://www.linkedin.com/uas/oauth2/authorization'

authclient\clients\LinkedIn $attributeNames

$attributeNames public property (available since version 2.0.4) List of attribute names, which should be requested from API to initialize user attributes. public array $attributeNames = ['id', 'email-address', 'first-name', 'last-name', 'public-profile-url']

authclient\clients\LinkedIn $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.linkedin.com/v1'

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

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

authclient\clients\GoogleOpenId 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\GoogleOpenId defaultName()

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

authclient\clients\GoogleOpenId $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/first', 'namePerson/last', 'contact/email', 'pref/langua

authclient\clients\GoogleOpenId $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 = 'https://www.google.com/accounts/o8/id'