WebJobsAuthenticationEventsContext.User Property

Definition

Gets the user.

[System.Text.Json.Serialization.JsonPropertyName("user")]
public Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsAuthenticationEventsContextUser User { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("user")>]
member this.User : Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsAuthenticationEventsContextUser with get, set
Public Property User As WebJobsAuthenticationEventsContextUser

Property Value

The user.

Attributes

Applies to