Marc Kupietz | a4f51d7 | 2025-01-25 16:23:18 +0100 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/KorAPConnection.R |
| 3 | \name{clearAccessToken,KorAPConnection-method} |
| 4 | \alias{clearAccessToken,KorAPConnection-method} |
| 5 | \alias{clearAccessToken} |
| 6 | \title{Clear access token from keyring and KorAPConnection object} |
| 7 | \usage{ |
| 8 | \S4method{clearAccessToken}{KorAPConnection}(kco) |
| 9 | } |
| 10 | \arguments{ |
| 11 | \item{kco}{KorAPConnection object} |
| 12 | } |
| 13 | \value{ |
| 14 | KorAPConnection object with access token set to \code{NULL}. |
| 15 | } |
| 16 | \description{ |
| 17 | Clear access token from keyring and KorAPConnection object |
| 18 | } |
| 19 | \examples{ |
| 20 | |
| 21 | \dontrun{ |
| 22 | kco <- new("KorAPConnection") |
| 23 | kco <- clearAccessToken(kco) |
| 24 | } |
| 25 | |
| 26 | } |
| 27 | \seealso{ |
| 28 | \code{\link[=persistAccessToken]{persistAccessToken()}} |
| 29 | } |