/home/techb158/immovalet.com/vendor/laravel/socialite/src/Two
NameSizeModeActions
AbstractProvider.php115520644editdlrm
BitbucketProvider.php28040644editdlrm
FacebookProvider.php44140644editdlrm
GithubProvider.php24820644editdlrm
GitlabProvider.php17360644editdlrm
GoogleProvider.php20160644editdlrm
InvalidStateException.php1440644editdlrm
LinkedInProvider.php35840644editdlrm
ProviderInterface.php4160644editdlrm
User.php12220644editdlrm
Edit: /home/techb158/immovalet.com/vendor/laravel/socialite/src/Two/User.php (1222B)
token = $token; return $this; } /** * Set the refresh token required to obtain a new access token. * * @param string $refreshToken * @return $this */ public function setRefreshToken($refreshToken) { $this->refreshToken = $refreshToken; return $this; } /** * Set the number of seconds the access token is valid for. * * @param int $expiresIn * @return $this */ public function setExpiresIn($expiresIn) { $this->expiresIn = $expiresIn; return $this; } }