Auth HTTP Resolver Interface
Defines an interface to resolve a username/realm combination into a shared secret usable by HTTP Authentication.
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.