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{getAccessToken} |
| 4 | \alias{getAccessToken} |
| 5 | \title{get access token for matomo from keyring} |
| 6 | \usage{ |
| 7 | getAccessToken(matomoUrl, id = "default") |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{matomoUrl}{base URL of your matomo instance} |
| 11 | |
| 12 | \item{id}{supply if you have multiple IDs, i.e. logins to your matomo instance} |
| 13 | } |
| 14 | \value{ |
| 15 | access token |
| 16 | } |
| 17 | \description{ |
| 18 | get access token for matomo from keyring |
| 19 | } |