extends |
BaseEvent |
|---|---|
implements |
AuthResultInterface |
uses |
AuthResultTrait |
Event to attempt to login non-interactively using credentials presented by the user agent.
This event is created by the SimpleID\Auth\AuthManager::initUser()
function. Listeners should detect any credentials present in the request call the setUser() method if credentials identifying the user is present.
This event is stopped once a user has been set.
| Methods | ||
|---|---|---|
public
|
__construct()
|
# |
public
|
isAuthSuccessful()
|
# |
public
|
setUser(User $user, string $auth_module_name): void
|
# |
public
|
setAuthLevel(int $auth_level): void
|
# |
public
|
isPropagationStopped(): bool
|
# |
| Methods used from SimpleID\Auth\AuthResultTrait |
|---|
getUser(), getAuthLevel(), getACR(), getAuthModuleNames() |
| Properties used from SimpleID\Auth\AuthResultTrait |
|---|
$user, $auth_level, $auth_module_names, $acr |