35 StringBuilder sb =
new();
39 sb.Append(await base.GetDescription());
A strongly-typed resource class, for looking up localized strings, etc.
static string TokenRemoved2
Looks up a localized string similar to Token Removed.
Abstract base class for token notification events.
Contains information about a token that has been removed.
TokenRemovedNotificationEvent(TokenEventArgs e)
Contains information about a token that has been removed.
TokenRemovedNotificationEvent()
Contains information about a token that has been removed.
override async Task< string > GetDescription()
Gets a descriptive text for the event.
Base class that references services in the app.
static IReportingStringLocalizer Localizer
Localization service
Event arguments for token events.