SocialiteProviders\Manager\SocialiteWasCalled::isOAuth1 PHP Method

isOAuth1() private method

Check if a server is given, which indicates that OAuth1 is used.
private isOAuth1 ( string $oauth1Server ) : boolean
$oauth1Server string
return boolean
    private function isOAuth1($oauth1Server)
    {
        return !empty($oauth1Server);
    }