powered by
Persist current access token in keyring
# S4 method for KorAPConnection persistAccessToken(kco, accessToken = kco@accessToken)
KorAPConnection object.
KorAPConnection object
access token to be persisted. If not supplied, the current access token of the KorAPConnection object will be used.
clearAccessToken(), auth()
clearAccessToken()
auth()
if (FALSE) { kco <- new("KorAPConnection", accessToken="e739u6eOzkwADQPdVChxFg") persistAccessToken(kco) kco <- new("KorAPConnection") %>% auth(app_id="") %>% persistAccessToken() }
Run the code above in your browser using DataLab