set_request_token: Function to set the request token in the kite connect object.

Description Usage Arguments Details Value See Also

View source: R/connection.R

Description

Function to set request token (obtained from a successful login flow) in the kite connect object.

Usage

1
set_request_token(object, request_token)

Arguments

object

an S4 object of type kite connect.

request_token

a string containing the request token from login flow.

Details

This function allows to set the request token of the kite connect object. The request token is obtained from a successful login flow. After the login flow, the user is redirected to a pre-specified URL. The request token is posted alongwith as a query parameter.

Value

Returns the object with request token field set.

See Also

create_connection_object


prodipta/kiteconnect3 documentation built on Sept. 24, 2020, 8:30 a.m.