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, array $extra, bool $): void
| Parameter | Type | Description |
|---|
$identity | string | |
$extra | array | |
$ | 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 Wed, 07 Jan 2026 11:29:59 +0000