Description Usage Arguments Details Value See Also
This function returns an access token given the inputs, that can be used for subsequent api calls.
1 | fetch_access_token(object)
|
object |
An object of type kite connect, must have request token set. |
This function generate the 'access_token' by exchanging 'request_token'.The 'request_token' obtained after the login flow. the 'access_token' required for all subsequent requests. The object passed in this call must already have 'request_token' set (along with api_key and api_secret). A successful call also set the user data within the object.
A string containing the access token.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.