A utility trait providing base functionality to implement AuthResultInterface
| Methods | ||
|---|---|---|
public
|
getUser(): User
|
# |
public
|
getAuthLevel(): int
|
# |
public
|
getACR(): array
|
# |
public
|
getAuthModuleNames(): array<string>
|
# |
| Properties | |||
|---|---|---|---|
protected
|
User|null
|
$user = null
|
# |
protected
|
int
|
$auth_level = AuthManager::AUTH_LEVEL_SESSION
|
# |
protected
|
array<string>
|
$auth_module_names = []
|
# |
protected
|
array<string|int>
|
$acr = []
|
# |