extends |
BaseDataCollectionEvent |
|---|
Event to collect a set of claims to be included in an ID token or UserInfo response
| Methods | ||
|---|---|---|
public
|
__construct(
User $user,
Client $client,
string $context,
array<string> $scope,
array<string, mixed>|null $claims_requested = null,
)
|
# |
public
|
getUser(): User
|
# |
public
|
getClient(): Client
|
# |
public
|
getContext(): string
|
# |
public
|
getScope(): array<string>
|
# |
public
|
getRequestedClaims(): array<string, mixed>|null
|
# |
| Methods inherited from SimpleID\Util\Events\BaseDataCollectionEvent |
|---|
addResult(), getResults(), hasResults(), isEmpty() |
| Methods used from SimpleID\Util\Events\GenericEventTrait |
|---|
setEventName(), getEventName() |
| Constants inherited from SimpleID\Util\Events\BaseDataCollectionEvent |
|---|
|
| Properties | |||
|---|---|---|---|
protected
|
User
|
$user
|
# |
protected
|
Client
|
$client
|
# |
protected
|
string
|
$context
|
# |
protected
|
array<string>
|
$scope
|
# |
protected
|
array<string, mixed>|null
|
$claims_requested
|
# |
| Properties inherited from SimpleID\Util\Events\BaseDataCollectionEvent |
|---|
$results, $mergeStrategy |
| Properties used from SimpleID\Util\Events\GenericEventTrait |
|---|
$eventName |