extends |
OAuthEvent |
|---|---|
implements |
ProtocolResult |
uses |
ProtocolResultTrait |
An event to processes an OAuth authorisation request to determine whether the user has granted access.
| Methods | ||
|---|---|---|
public
|
__construct(Request $request, Response $response)
|
# |
| 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() |
| Methods used from SimpleID\Protocols\ProtocolResultTrait |
|---|
setResult(), getResult(), hasResult() |
| 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 |
| Properties used from SimpleID\Protocols\ProtocolResultTrait |
|---|
$result |