interface ISource

The basic authentication interface

Methods

bool
VerifyAccountPassword(Account $account, string $password)

Verify the password given

Details

at line 19
bool VerifyAccountPassword(Account $account, string $password)

Verify the password given

Parameters

Account $account

the account to check (contains the username or other info)

string $password

the password to check

Return Value

bool

true if the password check is valid