Auth HTTP Resolver Interface
Defines an interface to resolve a username/realm combination into a shared secret usable by HTTP Authentication.
category | Zend |
---|---|
package | Zend_Authentication |
subpackage | Adapter_Http |
resolve(string $username, string $realm, string $password) : string | array | false
string
Username
string
Authentication Realm
string
Password (optional)
string
array
false
User's shared secret as string if found in realm, or User's identity as array if resolved, false otherwise.