NOT_VALID
NOT_VALID = 0 : integer
Constant for auth result
File auth class
setUsername(string $username) : \Pop\Auth\AbstractAuth
Set the username
string | $username |
setPassword(string $password) : \Pop\Auth\AbstractAuth
Set the password
string | $password |
setFilename(string $filename) : \Pop\Auth\File
Set the auth filename
string | $filename |
setRealm(string $realm) : \Pop\Auth\File
Set the auth realm
string | $realm |
setDelimiter(string $delimiter) : \Pop\Auth\File
Set the auth file delimiter
string | $delimiter |