PHP 클래스 Overtrue\Socialite\Providers\LinkedinProvider

상속: extends AbstractProvider, implements Overtrue\Socialite\ProviderInterface
파일 보기 프로젝트 열기: overtrue/socialite

보호된 프로퍼티들

프로퍼티 타입 설명
$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 )

메소드 상세

fields() 공개 메소드

Set the user fields to request from LinkedIn.
public fields ( array $fields )
$fields array

getAuthUrl() 보호된 메소드

protected getAuthUrl ( $state )

getTokenFields() 보호된 메소드

Get the POST fields for the token request.
protected getTokenFields ( string $code ) : array
$code string
리턴 array

getTokenUrl() 보호된 메소드

protected getTokenUrl ( )

getUserByToken() 보호된 메소드

protected getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token )
$token Overtrue\Socialite\AccessTokenInterface

mapUserToObject() 보호된 메소드

protected mapUserToObject ( array $user )
$user array

프로퍼티 상세

$fields 보호되어 있는 프로퍼티

The fields that are included in the profile.
protected array $fields
리턴 array

$scopes 보호되어 있는 프로퍼티

The scopes being requested.
protected array $scopes
리턴 array