It looks like you're new here. If you want to get involved, click one of these buttons!
$this->kite->invalidateAccessToken();
"Undefined property: App\Services\KiteConnect::$my_access_token"I get the above error with my access token and a dollar symbol infront of it.
Here is my code. I am using it in a laravel framework
this is my conbstruct this is my login function My getaccesscode function Everything works until here, I can get the user and all the information. I want to invalidate the access toke when logging out. here is my logout function But I get the following error when the logout function is called
Undefined property: App\Services\KiteConnect::$my_access_token
-Sorry I dont know how to have indentations in the code block here