| % Generated by roxygen2: do not edit by hand |
| % Please edit documentation in R/visitssummary.R |
| \name{persistAccessToken} |
| \alias{persistAccessToken} |
| \title{Save access token persistently to your keyring} |
| \usage{ |
| persistAccessToken(matomoUrl, accessToken, id = "default") |
| } |
| \arguments{ |
| \item{matomoUrl}{base URL of your matomo instance} |
| |
| \item{accessToken}{your oauth token} |
| |
| \item{id}{supply if you have multiple IDs, i.e. logins to your matomo instance} |
| } |
| \description{ |
| Save access token persistently to your keyring |
| } |
| \examples{ |
| persistAccessToken("https://demo.matomo.org/", "ad7609a669179c4ebca7c995342f7e09") |
| |
| } |