PHP 클래스 Overtrue\Socialite\Providers\GoogleProvider

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

보호된 프로퍼티들

프로퍼티 타입 설명
$scopeSeparator string The separating character for the requested scopes.
$scopes array The scopes being requested.

공개 메소드들

메소드 설명
getAccessToken ( string $code ) : string Get the access token for the given code.

보호된 메소드들

메소드 설명
getAuthUrl ( $state )
getTokenFields ( string $code ) : array Get the POST fields for the token request.
getTokenUrl ( )
getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token )
mapUserToObject ( array $user )

메소드 상세

getAccessToken() 공개 메소드

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

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

프로퍼티 상세

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

The separating character for the requested scopes.
protected string $scopeSeparator
리턴 string

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

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