View Source
Class UserTwoFactorRequestedWebhookEvent
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UserTwoFactorRequestedWebhookEvent : WebhookEventBase<UserTwoFactorRequestedNotification>, IWebhookEvent, INotificationAsyncHandler<UserTwoFactorRequestedNotification>, INotificationHandler
Constructors
View Source
UserTwoFactorRequestedWebhookEvent(IWebhookFiringService, IWebhookService, IOptionsMonitor<WebhookSettings>, IServerRoleAccessor)
Declaration
public UserTwoFactorRequestedWebhookEvent(IWebhookFiringService webhookFiringService, IWebhookService webHookService, IOptionsMonitor<WebhookSettings> webhookSettings, IServerRoleAccessor serverRoleAccessor)
Parameters
Properties
View Source
Alias
Declaration
public override string Alias { get; }
Property Value
Type |
Description |
System.String |
|