Methods

Returns the credential of the account being authenticated, or NULL if none is set.

getCredential() : mixed

Returns

mixed

Returns the identity of the account being authenticated, or NULL if none is set.

getIdentity() : mixed

Returns

mixed

Sets the credential for binding

setCredential(mixed $credential) : \Zend\Authentication\Adapter\ValidatableAdapterInterface

Parameters

$credential

mixed

Returns

Sets the identity for binding

setIdentity(mixed $identity) : \Zend\Authentication\Adapter\ValidatableAdapterInterface