Description Usage Arguments Details Value See Also
Function to set request token (obtained from a successful login flow) in the kite connect object.
1 | set_request_token(object, request_token)
|
object |
an S4 object of type kite connect. |
request_token |
a string containing the request token from login flow. |
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.
Returns the object with request token field set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.