Class SimpleID\Protocols\OAuth\OAuthAuthRequestEvent

extends OAuthEvent
implements ProtocolResult
uses ProtocolResultTrait

An event to processes an OAuth authorisation request to determine whether the user has granted access.

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()
Methods used from SimpleID\Protocols\ProtocolResultTrait
setResult(), getResult(), hasResult()
Constants inherited from SimpleID\Protocols\ProtocolResult
CHECKID_OK, CHECKID_RETURN_TO_SUSPECT, CHECKID_APPROVAL_REQUIRED, CHECKID_REENTER_CREDENTIALS, CHECKID_LOGIN_REQUIRED, CHECKID_IDENTITIES_NOT_MATCHING, CHECKID_IDENTITY_NOT_EXIST, CHECKID_INSUFFICIENT_TRUST, CHECKID_PROTOCOL_ERROR
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