Property | Type | Description | |
---|---|---|---|
$scopes | array | The scopes being requested. |
Method | Description | |
---|---|---|
getAuthUrl ( $state ) | ||
getEmailByToken ( string $token ) : string | null | Get the email for the given access token. | |
getRequestOptions ( ) : array | Get the default options for an HTTP request. | |
getTokenUrl ( ) | ||
getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) | ||
mapUserToObject ( array $user ) |
protected getRequestOptions ( ) : array | ||
return | array |
protected getUserByToken ( Overtrue\Socialite\AccessTokenInterface $token ) | ||
$token | Overtrue\Socialite\AccessTokenInterface |