Base class for all authentication credentials structures.
Source for this file: /Authentication/src/credentials/credentials.php
ezcBaseStruct | --ezcAuthenticationCredentials
Version: | //autogen// |
Child Class | Description |
---|---|
ezcAuthenticationIdCredentials | Structure containing an id, used as authentication credentials. |
ezcAuthenticationPasswordCredentials | Structure containing an id and password, used as authentication credentials. |
public abstract string |
__toString(
)
Returns string representation of the credentials. |
Returns string representation of the credentials.
Use it to save the credentials in the session.
Method | Description |
---|---|
ezcAuthenticationIdCredentials::__toString() |
Returns string representation of the credentials. |
ezcAuthenticationPasswordCredentials::__toString() |
Returns string representation of the credentials. |