JwtBearerClientAssertionProviderOptions Class |
Namespace: Aras.IOM.OAuth
The JwtBearerClientAssertionProviderOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | JwtBearerClientAssertionProviderOptions |
Name | Description | |
---|---|---|
![]() | AssertionTokenLifetime |
Gets or sets the assertion token lifetime. Default value is 300 seconds.
|
![]() | Audience |
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.
|
![]() | Certificate |
Gets or sets the client's private certificate.
|
![]() | ClientId |
Gets or sets the client id.
|