Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/visitssummary.R |
| 3 | \name{persistAccessToken} |
| 4 | \alias{persistAccessToken} |
| 5 | \title{Save access token persistently to your keyring} |
| 6 | \usage{ |
| 7 | persistAccessToken(matomoUrl, accessToken, id = "default") |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{matomoUrl}{base URL of your matomo instance} |
| 11 | |
| 12 | \item{accessToken}{your oauth token} |
| 13 | |
| 14 | \item{id}{supply if you have multiple IDs, i.e. logins to your matomo instance} |
| 15 | } |
| 16 | \description{ |
| 17 | Save access token persistently to your keyring |
| 18 | } |
| 19 | \examples{ |
| 20 | persistAccessToken("https://demo.matomo.org/", "ad7609a669179c4ebca7c995342f7e09") |
| 21 | |
| 22 | } |