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
stringUsername
stringAuthentication Realm
stringPassword (optional)
stringarrayfalseUser's shared secret as string if found in realm, or User's identity as array if resolved, false otherwise.