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}
|