Struct containing digest authentication information.
This struct represents authentication data as provided by the HTTP Basic specification.
Source for this file: /Webdav/src/structs/basic_auth.php
ezcBaseStruct | --ezcWebdavAuth | --ezcWebdavBasicAuth
Version: | //autogen// |
public string |
$password
Plain text password. |
From ezcWebdavAuth | |
---|---|
public |
ezcWebdavAuth::$username
|
public ezcWebdavBasicAuth |
__construct(
[ $username
= ''] , [ $password
= ''] )
Creates a new basic auth credential struct. |
From ezcWebdavAuth | |
---|---|
public ezcWebdavAuth |
ezcWebdavAuth::__construct()
Creates a new credential struct. |
Creates a new basic auth credential struct.
Name | Type | Description |
---|---|---|
$username |
string | |
$password |
string |
Method | Description |
---|---|
ezcWebdavAuth::__construct() |
Creates a new credential struct. |