blob: 830b414532587ff6030bf0f4605283a36558b8a2 [file] [log] [blame]
Marc Kupietzb74649f2020-12-11 12:44:49 +01001% Generated by roxygen2: do not edit by hand
Marc Kupietza93a2722021-04-28 12:22:45 +02002% Please edit documentation in R/matomoquery.R
Marc Kupietzb74649f2020-12-11 12:44:49 +01003\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}