Compartir a través de


IdentityApplicationOptions.Audience Property

Definition

In a web API, audience of the tokens that will be accepted by the web API.

If your web API accepts several audiences, see Audiences.

public string? Audience { get; set; }
member this.Audience : string with get, set
Public Property Audience As String

Property Value

Remarks

If both Audience and Audiences, are expressed, the effective audiences is the union of these properties.

Applies to