PHP Class Overtrue\Socialite\Providers\DoubanProvider

Inheritance: extends AbstractProvider, implements Overtrue\Socialite\ProviderInterface
Show file Open project: overtrue/socialite

Public Methods

Method Description
getAccessToken ( $code ) {@inheritdoc}.

Protected Methods

Method Description
getAuthUrl ( $state ) {@inheritdoc}.
getTokenFields ( $code ) {@inheritdoc}.
getTokenUrl ( ) {@inheritdoc}.
getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) {@inheritdoc}.
mapUserToObject ( array $user ) {@inheritdoc}.

Method Details

getAccessToken() public method

{@inheritdoc}.
public getAccessToken ( $code )

getAuthUrl() protected method

{@inheritdoc}.
protected getAuthUrl ( $state )

getTokenFields() protected method

{@inheritdoc}.
protected getTokenFields ( $code )

getTokenUrl() protected method

{@inheritdoc}.
protected getTokenUrl ( )

getUserByToken() protected method

{@inheritdoc}.
protected getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token )
$token Overtrue\Socialite\AccessTokenInterface

mapUserToObject() protected method

{@inheritdoc}.
protected mapUserToObject ( array $user )
$user array