Click or drag to resize

JwtBearerClientAssertionProviderOptions Class

Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthJwtBearerClientAssertionProviderOptions

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class JwtBearerClientAssertionProviderOptions

The JwtBearerClientAssertionProviderOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssertionTokenLifetime
Gets or sets the assertion token lifetime. Default value is 300 seconds.
Public propertyAudience
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.
Public propertyCertificate
Gets or sets the client's private certificate.
Public propertyClientId
Gets or sets the client id.
Top
See Also