blob: 9d27b5108a3827aad09e1baaf079dd7dc3cbd6c9 [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{persistAccessToken}
4\alias{persistAccessToken}
5\title{Save access token persistently to your keyring}
6\usage{
7persistAccessToken(matomoUrl, accessToken, id = "default")
8}
9\arguments{
10\item{matomoUrl}{base URL of your matomo instance}
11
12\item{accessToken}{your oauth token}
13
14\item{id}{supply if you have multiple IDs, i.e. logins to your matomo instance}
15}
16\description{
17Save access token persistently to your keyring
18}
19\examples{
20persistAccessToken("https://demo.matomo.org/", "ad7609a669179c4ebca7c995342f7e09")
21
22}