Construct the new authentication object with the field names.
public __construct({Array})
Parameter | Type | Description |
---|
$config | Map | |
Query the authentication adapter.
public queryAuth({Array})
We must provide a queryAuth method for the auth base class to use to look up details
Parameter | Type | Description |
---|
$identity | string | The identity |
$extra | array | Extra data to return with the authentication |
$ | bool | |
public getCredentialHash({Array})
Parameter | Type | Description |
---|
$credential | string | |
Parameter | Type | Description |
---|
$identity | string | |
$credential | string | |
Parameter | Type | Description |
---|
$identity | string | |
$credential | string | |
Parameter | Type | Description |
---|
$identity | string | |
Generated by Hazaar API Doc Generator