WebJobsAuthenticationEventsTypedData Class

Definition

Abstract class that handles payload strongly typed payloads conversions.

public abstract class WebJobsAuthenticationEventsTypedData : Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.WebJobsAuthenticationEventData
type WebJobsAuthenticationEventsTypedData = class
    inherit WebJobsAuthenticationEventData
Public MustInherit Class WebJobsAuthenticationEventsTypedData
Inherits WebJobsAuthenticationEventData
Inheritance
WebJobsAuthenticationEventsTypedData
Derived

Constructors

WebJobsAuthenticationEventsTypedData()

Properties

AuthenticationEventListenerId

Gets the event identifier.

(Inherited from WebJobsAuthenticationEventData)
CustomAuthenticationExtensionId

Gets or sets the custom authentication extension identifier.

(Inherited from WebJobsAuthenticationEventData)
TenantId

Gets the event identifier.

(Inherited from WebJobsAuthenticationEventData)

Applies to