Construct the new authentication object with the field names
public __construct(DBIAdapter $dbi, array $config): void
in the model for id, user name, password and real name.
| Parameter | Type | Description |
|---|
$dbi | DBIAdapter | |
$config | array | |
public queryAuth(string $identity, bool $): void
| Parameter | Type | Description |
|---|
$identity | string | |
$ | bool | |
public create(string $identity, string $credential): bool
| Parameter | Type | Description |
|---|
$identity | string | |
$credential | string | |
public update(string $identity, string $credential): bool
| Parameter | Type | Description |
|---|
$identity | string | |
$credential | string | |
public delete(string $identity): bool
| Parameter | Type | Description |
|---|
$identity | string | |
Generated by Hazaar API Doc Generator on Sun, 01 Mar 2026 09:22:26 +0000