Click or drag to resize

JwtBearerClientAssertionProviderOptions Properties

The JwtBearerClientAssertionProviderOptions type exposes the following members.

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