IdentityApplicationOptions.Audience Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.