Gets and sets the property Audience.
The intended audience of the web identity token. This is traditionally the client identifier issued to the application that requested the web identity token.

C# |
public string Audience { get; set; }
The intended audience of the web identity token. This is traditionally the client identifier issued to the application that requested the web identity token.
C# |
public string Audience { get; set; }