MfaVerificationErrorOccurredMessage implements WebhookMessageInterface
FinalYes
not part of TYPO3's Core API
Attributes
- #[WebhookMessage]
- $identifier: 'typo3/mfa-error'
- $description: 'LLL:EXT:webhooks/Resources/Private/Language/locallang_db.xlf:sys_webhook.webhook_type.typo3-mfa-error'
Table of Contents
Interfaces
- WebhookMessageInterface
- A semantic interface for messages that can be put into a message bus in order to be serialized.
Methods
- __construct() : mixed
- createFromEvent() : self
- jsonSerialize() : array<string|int, mixed>
Methods
__construct()
public
__construct(bool $isFrontend, UriInterface $url, array<string|int, mixed> $details) : mixed
Parameters
- $isFrontend : bool
- $url : UriInterface
- $details : array<string|int, mixed>
createFromEvent()
public
static createFromEvent(MfaVerificationFailedEvent $event) : self
Parameters
- $event : MfaVerificationFailedEvent
Return values
selfjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>