JwtBearerClientAssertionProviderOptionsAudience Property |
Gets or sets the audience for which assertion will be used.
For assertion token Audience is authorization server because it is recipient of client assertion.
The value should be initialized based on
Issuer property.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string Audience { get; set; }
Public Property Audience As String
Get
Set
/** @property */
public String get_Audience()
/** @property */
public void set_Audience(String value)
function get Audience () : String
function set Audience (value : String)
Property Value
Type:
String
See Also