Bristol SU Support Package
|
Public Member Functions | |
getUser () | |
setUser (User $user) | |
logout () | |
Contract to set or resolve a logged in user
Definition at line 10 of file UserAuthentication.php.
BristolSU\Support\User\Contracts\UserAuthentication::getUser | ( | ) |
Get the currently set user
Implemented in BristolSU\Support\User\UserWebAuthentication, and BristolSU\Support\User\UserApiAuthentication.
BristolSU\Support\User\Contracts\UserAuthentication::logout | ( | ) |
Log out of the current user
Implemented in BristolSU\Support\User\UserApiAuthentication, and BristolSU\Support\User\UserWebAuthentication.
BristolSU\Support\User\Contracts\UserAuthentication::setUser | ( | User | $user | ) |
Set the currently logged in user
Implemented in BristolSU\Support\User\UserApiAuthentication, and BristolSU\Support\User\UserWebAuthentication.