blob: 8386c0b63c32d8b9a986352a21323feb92c3477f [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{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}