PHP 클래스 Overtrue\Socialite\Providers\WeiboProvider

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

보호된 프로퍼티들

프로퍼티 타입 설명
$baseUrl string The base url of Weibo API.
$scopes array The scopes being requested.
$uid integer The uid of user authorized.
$version string The API version for the request.

보호된 메소드들

메소드 설명
getAuthUrl ( string $state ) : string Get the authentication URL for the provider.
getTokenFields ( string $code ) : array Get the Post fields for the token request.
getTokenUrl ( ) : string Get the token URL for the provider.
getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) : array Get the raw user for the given access token.
mapUserToObject ( array $user ) : Overtrue\Socialite\User Map the raw user array to a Socialite User instance.

메소드 상세

getAuthUrl() 보호된 메소드

Get the authentication URL for the provider.
protected getAuthUrl ( string $state ) : string
$state string
리턴 string

getTokenFields() 보호된 메소드

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

getTokenUrl() 보호된 메소드

Get the token URL for the provider.
protected getTokenUrl ( ) : string
리턴 string

getUserByToken() 보호된 메소드

Get the raw user for the given access token.
protected getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) : array
$token Overtrue\Socialite\AccessTokenInterface
리턴 array

mapUserToObject() 보호된 메소드

Map the raw user array to a Socialite User instance.
protected mapUserToObject ( array $user ) : Overtrue\Socialite\User
$user array
리턴 Overtrue\Socialite\User

프로퍼티 상세

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

The base url of Weibo API.
protected string $baseUrl
리턴 string

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

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

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

The uid of user authorized.
protected int $uid
리턴 integer

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

The API version for the request.
protected string $version
리턴 string