SocialiteProviders\Manager\OAuth1\AbstractProvider::stateless PHP Method

stateless() public method

Indicates that the provider should operate as stateless.
public stateless ( $stateless = true )
    public function stateless($stateless = true)
    {
        $this->stateless = $stateless;
        return $this;
    }