프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$fields | array | The fields that are included in the profile. | |
$scopes | array | The scopes being requested. |
메소드 | 설명 | |
---|---|---|
fields ( array $fields ) | Set the user fields to request from LinkedIn. |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | array |
protected getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) | ||
$token | Overtrue\Socialite\AccessTokenInterface |