Click or drag to resize

JwtBearerClientAssertionProvider Constructor

Initializes an instance of JwtBearerClientAssertionProviderOptions class.

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

Parameters

options
Type: Aras.IOM.OAuthJwtBearerClientAssertionProviderOptions
The options.
See Also