fetch_access_token: Fetch access token given the api key, secret and a request...

Description Usage Arguments Details Value See Also

View source: R/connection.R

Description

This function returns an access token given the inputs, that can be used for subsequent api calls.

Usage

1

Arguments

object

An object of type kite connect, must have request token set.

Details

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.

Value

A string containing the access token.

See Also

set_request_token


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