PHP 클래스 Overtrue\Socialite\Providers\QQProvider

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

보호된 프로퍼티들

프로퍼티 타입 설명
$baseUrl string The base url of QQ API.
$openId string User openid.
$scopes array The scopes being requested.
$uid integer The uid of user authorized.
$unionId string User unionid.
$withUnionId boolean get token(openid) with unionid.

공개 메소드들

메소드 설명
getAccessToken ( string $code ) : AccessToken Get the access token for the given code.
parseAccessToken ( string $body ) : AccessToken Get the access token from the token response body.
withUnionId ( ) : self

보호된 메소드들

메소드 설명
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.
removeCallback ( string $response ) : string Remove the fucking callback parentheses.

메소드 상세

getAccessToken() 공개 메소드

Get the access token for the given code.
public getAccessToken ( string $code ) : AccessToken
$code string
리턴 Overtrue\Socialite\AccessToken

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

parseAccessToken() 공개 메소드

Get the access token from the token response body.
public parseAccessToken ( string $body ) : AccessToken
$body string
리턴 Overtrue\Socialite\AccessToken

removeCallback() 보호된 메소드

Remove the fucking callback parentheses.
protected removeCallback ( string $response ) : string
$response string
리턴 string

withUnionId() 공개 메소드

public withUnionId ( ) : self
리턴 self

프로퍼티 상세

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

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

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

User openid.
protected string $openId
리턴 string

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

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

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

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

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

User unionid.
protected string $unionId
리턴 string

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

get token(openid) with unionid.
protected bool $withUnionId
리턴 boolean