% 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 | |
} |