interface AuthenticationInterface (View source)

Interface AuthenticationInterface

Methods

bool|Credential
authenticate(Credential $credential)

authenticate

addMethod(string $name, MethodInterface $method)

addMethod

integer[]
getResults()

Method to get property Results

getCredential()

Method to get property Credential

Details

at line line 27
bool|Credential authenticate(Credential $credential)

authenticate

Parameters

Credential $credential

Return Value

bool|Credential

at line line 37
AuthenticationInterface addMethod(string $name, MethodInterface $method)

addMethod

Parameters

string $name
MethodInterface $method

Return Value

AuthenticationInterface

at line line 44
integer[] getResults()

Method to get property Results

Return Value

integer[]

at line line 51
Credential getCredential()

Method to get property Credential

Return Value

Credential