Check if authorization is supported
Change-Id: If2dd75b629a0ae958d98ae220ec90a78decd0e95
diff --git a/man/KorAPConnection-class.Rd b/man/KorAPConnection-class.Rd
index d8573f8..a7da86f 100644
--- a/man/KorAPConnection-class.Rd
+++ b/man/KorAPConnection-class.Rd
@@ -20,6 +20,7 @@
accessToken = getAccessToken(KorAPUrl),
oauthClient = NULL,
oauthScope = "search match_info",
+ authorizationSupported = TRUE,
userAgent = "R-KorAP-Client",
timeout = 240,
verbose = FALSE,
@@ -51,7 +52,7 @@
\item{accessToken}{OAuth2 access token. For queries on corpus parts with restricted
access (e.g. textual queries on IPR protected data), you need to authorize
your application with an access token.
-You can obtain an access token using the \code{\link[=auth]{auth()}} method.
+You can obtain an access token in the OAuth settings of your KorAP web interface.
More details are explained in the
\href{https://github.com/KorAP/RKorAPClient#authorization}{authorization section}
@@ -87,7 +88,7 @@
\item{oauthScope}{OAuth2 scope.}
-\item{authorizationPossible}{logical that indicates if authorization is possible/necessary for the current KorAP instance. Automatically set during initialization.}
+\item{authorizationSupported}{logical that indicates if authorization is supported/necessary for the current KorAP instance. Automatically set during initialization.}
\item{userAgent}{user agent string.}
@@ -134,6 +135,8 @@
\item{\code{oauthScope}}{OAuth2 scope.}
+\item{\code{authorizationSupported}}{logical that indicates if authorization is supported/necessary for the current KorAP instance. Automatically set during initialization.}
+
\item{\code{userAgent}}{user agent string used for connection the API.}
\item{\code{timeout}}{timeout in seconds for API requests (this does not influence server internal timeouts)}