I am having a problem getting the authentication access code from QBO OAuth2.0. Unlike API key, authentication access codes in OAuth2.0 are temporary keys, they expire. The other blocker is intuitlib.client doesn't have a function that extracts the authentication access code. So my only option is to use rauth to extract the access code.