Open altera-ops opened 3 years ago
Alphanumeric refresh token.
Null output.
Modified the api code to include
api.refresh_token = function () { return _private.refresh_token; };
and attempted to retrieve the token after initializing Robinhood with my credentials and mfa code
console.log(Robinhood.refresh_token())
Note, I am successfully able to retrieve the auth_token as follows:
console.log(Robinhood.auth_token())
My goal is to retrieve the refresh_token and write a method to persist authentication past the 24 hour expiration.
@altera-ops any progress on this?
Expected result
Alphanumeric refresh token.
Actual behaviour
Null output.
Reproducing
Modified the api code to include
and attempted to retrieve the token after initializing Robinhood with my credentials and mfa code
Note, I am successfully able to retrieve the auth_token as follows:
My goal is to retrieve the refresh_token and write a method to persist authentication past the 24 hour expiration.