extends |
BaseEvent |
|---|---|
implements |
StoppableEventInterface |
An event to authenticate an access token.
Listeners should conduct the necessary searches to look for and verify the access token. If successful, it should call the setToken() method.
| Methods | ||
|---|---|---|
public
|
setToken(AccessToken $access_token): void
|
# |
public
|
getToken(): AccessToken
|
# |
public
|
hasToken(): bool
|
# |
public
|
isPropagationStopped(): bool
|
# |
| Properties | |||
|---|---|---|---|
protected
|
AccessToken
|
$access_token = null
|
# |