Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
WebJobsActionableCloudEventResponse<T> |
Abstract class for any responses that implement an cloud event payload and has actions on it. |
WebJobsActionableResponse<T> |
And abstract class for responses that implements actions. |
WebJobsAuthenticationEventData |
Or Data class that represents the inbound Json payload, also has helper functions for serialization. |
WebJobsAuthenticationEventMetadataAttribute |
EventMetadata enum attribute that controls the related request object, schemas and json payloads |
WebJobsAuthenticationEventRequest<TResponse,TData> |
The base class for all typed event requests and its related response and data model. |
WebJobsAuthenticationEventRequestBase |
The base class for all typed event requests. |
WebJobsAuthenticationEventResponse |
Represents an event response based on the event type and request. |
WebJobsAuthenticationEventResponseHandler |
Contains the IActionRequest response when the function is called. |
WebJobsAuthenticationEventsAction |
Abstract class for response actions. |
WebJobsAuthenticationEventsCloudEventRequest<TResponse,TData> |
Abstract class that wraps any request that relies on cloud events. |
WebJobsAuthenticationEventsTriggerAttribute |
Authentication Event Trigger that will trigger incoming authentication events. |
WebJobsAuthenticationEventsTypedData |
Abstract class that handles payload strongly typed payloads conversions. |
WebJobsAuthenticationEventWebJobsStartup |
Entry point for our trigger and bindings. |
WebJobsEventTriggerMetrics |
Static class to set the metric headers for each event trigger. |
Enums
WebJobsAuthenticationEventDefinition |
Events available by event type. |
WebJobsAuthenticationEventsRequestStatusType |
The status of the incoming request. |
WebJobsAuthenticationEventType |
Types of events to listen for and attach a function to. |
Azure SDK for .NET