Pyconnect Token clarification

ZW2914
Hi, I am new to Pyconnect. I am trying to establish connection with the code given in https://kite.trade/docs/pykiteconnect/v3/
I have the API_Key for my login. I think "your_secret" is "api_key" from my login. what is "access token" here? pls answer. THanks

data = kite.generate_session("request_token_here", api_secret="your_secret")
kite.set_access_token(data["access_token"])
Tagged:
Sign In or Register to comment.