共用方式為


NegotiationBaseAttribute.IdToken Property

Definition

Gets or sets the JWT token whose claims will be added to the user claims.

[Microsoft.Azure.WebJobs.Description.AutoResolve]
public string IdToken { get; set; }
[<Microsoft.Azure.WebJobs.Description.AutoResolve>]
member this.IdToken : string with get, set
Public Property IdToken As String

Property Value

Attributes
Microsoft.Azure.WebJobs.Description.AutoResolveAttribute

Applies to