An available AuthContainer registered on the Auth system.
The Auth system requires the programmer to create a class which extends AuthContainerInterface. These do the work of authentication against anything the programmer wishes. The AuthContainer class 'registers' the class written by the programmer allowing it to be used by the Auth system.
package | dstruct_auth |
---|
__construct(string $id)
string
getID() : string
string
setID(string $id)
string
$id : string