File: Credentials-class.Rd

package info (click to toggle)
r-cran-restfulr 0.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: ansic: 67; sh: 13; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 709 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
\name{Credentials-class}
\docType{class}

\alias{class:Credentials}
\alias{Credentials-class}

\alias{credentials}

\alias{username}
\alias{username,Credentials-method}

\alias{password}
\alias{password,Credentials-method}

\title{Credentials}

\description{
  \code{Credentials} stores authentication credentials (username and
  password). Note that it is easy to retrieve the password from this
  object. There is no encryption or other security.
}

\section{Accessors}{
  \itemize{
    \item{
      \code{username}: get the username as a string.
    }
    \item{
      \code{password}: get the password as a plain text string.
    }
  }
}


\author{ Michael Lawrence }

\keyword{methods}
\keyword{classes}