Click or drag to resize

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.20.39432
Syntax
public string Audience { get; set; }

Property Value

Type: String
See Also