File: auth_get.Rd

package info (click to toggle)
r-cran-rtweet 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,068 kB
  • sloc: sh: 13; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/auth.R
\name{auth_get}
\alias{auth_get}
\title{Get the current authentication mechanism}
\usage{
auth_get()
}
\value{
The current token used.
}
\description{
If no authentication has been set up for this session, \code{auth_get()} will
call \code{\link[=auth_as]{auth_as()}} to set it up.
}
\examples{
\dontrun{
auth_get()
}
}
\seealso{
Other authentication: 
\code{\link{auth_as}()},
\code{\link{auth_save}()},
\code{\link{auth_setup_default}()},
\code{\link{rtweet_user}()}
}
\concept{authentication}