Свойство | Type | Description | |
---|---|---|---|
$fields | array | The fields that are included in the profile. | |
$scopes | array | The scopes being requested. |
Méthode | Description | |
---|---|---|
fields ( array $fields ) | Set the user fields to request from LinkedIn. |
Méthode | Description | |
---|---|---|
getAuthUrl ( $state ) | ||
getTokenFields ( string $code ) : array | Get the POST fields for the token request. | |
getTokenUrl ( ) | ||
getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) | ||
mapUserToObject ( array $user ) |
protected getTokenFields ( string $code ) : array | ||
$code | string | |
Résultat | array |
protected getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) | ||
$token | Overtrue\Socialite\AccessTokenInterface |
protected array $fields | ||
Résultat | array |