blob: b50b328d2794479c12dcadca58b611b8cff82346 [file] [log] [blame]
Marc Kupietzb74649f2020-12-11 12:44:49 +01001% 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{
7getAccessToken(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{
15access token
16}
17\description{
18get access token for matomo from keyring
19}