blob: 9d27b5108a3827aad09e1baaf079dd7dc3cbd6c9 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/visitssummary.R
\name{persistAccessToken}
\alias{persistAccessToken}
\title{Save access token persistently to your keyring}
\usage{
persistAccessToken(matomoUrl, accessToken, id = "default")
}
\arguments{
\item{matomoUrl}{base URL of your matomo instance}
\item{accessToken}{your oauth token}
\item{id}{supply if you have multiple IDs, i.e. logins to your matomo instance}
}
\description{
Save access token persistently to your keyring
}
\examples{
persistAccessToken("https://demo.matomo.org/", "ad7609a669179c4ebca7c995342f7e09")
}