void Auth::setAuthData (
string $name
, mixed $value
, boolean $overwrite = true
)
This function allows the registration of extra information to be stored allowing with the authentication data.
$name
the name of the data field
$value
the value of the data field
$overwrite
whether to overwrite the value of the data field if it already exists.
This function can not be called statically.