Token Result Error - Auto login

Getting token_result msg failure while automating the login process. Till verify pin it is working. Please guide.

Step 5 - Get auth code for API V2 App from trade access token

    token_result = token(

        fy_id=FY_ID, app_id=APP_ID, redirect_uri=REDIRECT_URI, app_type=APP_TYPE,

        access_token=verify_pin_result[1]

    )

    if token_result[0] != SUCCESS:

        print(f"token_result msg failure - {token_result[1]}")

        sys.exit()

    else:

        print("token_result msg success")

Hey @116310605254586687947 ,

Please DM your contact details so that we can connect and help regarding the same.