blob: b50b328d2794479c12dcadca58b611b8cff82346 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/visitssummary.R
\name{getAccessToken}
\alias{getAccessToken}
\title{get access token for matomo from keyring}
\usage{
getAccessToken(matomoUrl, id = "default")
}
\arguments{
\item{matomoUrl}{base URL of your matomo instance}
\item{id}{supply if you have multiple IDs, i.e. logins to your matomo instance}
}
\value{
access token
}
\description{
get access token for matomo from keyring
}