프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ) |
public getAccessToken ( string $code ) : string | ||
$code | string | |
리턴 | string |
protected getTokenFields ( string $code ) : array | ||
$code | string | |
리턴 | array |
protected getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) | ||
$token | Overtrue\Socialite\AccessTokenInterface |
protected string $scopeSeparator | ||
리턴 | string |