WebJobsTokenIssuanceStartRequest.TokenClaims Property

Definition

Gets or sets the token claims.

[System.Text.Json.Serialization.JsonPropertyName("tokenClaims")]
public System.Collections.Generic.Dictionary<string,string> TokenClaims { get; }
[<System.Text.Json.Serialization.JsonPropertyName("tokenClaims")>]
member this.TokenClaims : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property TokenClaims As Dictionary(Of String, String)

Property Value

The token claims.

Attributes

Applies to