extends |
OAuthEvent |
|---|
An event triggered when an authorisation request has been granted.
Under an implicit flow, both this event and the OAuthTokenGrantEvent will be triggered.
| Methods | ||
|---|---|---|
public
|
__construct(Authorization $authorization, Request $request, Response $response, array<string> $scopes)
|
# |
public
|
getAuthorization(): Authorization
|
# |
public
|
getRequestedScope(): array<string>
|
# |
| Methods inherited from SimpleID\Protocols\OAuth\OAuthEvent |
|---|
getRequest(), getResponse() |
| Methods used from SimpleID\Util\Events\GenericEventTrait |
|---|
setEventName(), getEventName() |
| Methods used from SimpleID\Util\Events\StoppableEventTrait |
|---|
isPropagationStopped(), stopPropagation() |
| Properties | |||
|---|---|---|---|
protected
|
Authorization
|
$authorization
|
# |
protected
|
array<string>
|
$scopes
|
# |
| Properties inherited from SimpleID\Protocols\OAuth\OAuthEvent |
|---|
$request, $response |
| Properties used from SimpleID\Util\Events\GenericEventTrait |
|---|
$eventName |
| Properties used from SimpleID\Util\Events\StoppableEventTrait |
|---|
$stopped |