WebJobsTokenIssuanceStartData.AuthenticationContext Property

Definition

Gets the context.

[System.ComponentModel.DataAnnotations.Required]
[System.Text.Json.Serialization.JsonPropertyName("authenticationContext")]
public Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsAuthenticationEventsContext AuthenticationContext { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
[<System.Text.Json.Serialization.JsonPropertyName("authenticationContext")>]
member this.AuthenticationContext : Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsAuthenticationEventsContext with get, set
Public Property AuthenticationContext As WebJobsAuthenticationEventsContext

Property Value

The context.

Attributes

Applies to