Class SimpleID\Protocols\OAuth\OAuthAuthGrantEvent

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
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
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