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