Click or drag to resize

IClientAssertionProvider Interface

Provides assertion of jwt-bearer type for authorization server.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public interface IClientAssertionProvider

The IClientAssertionProvider type exposes the following members.

Methods
  NameDescription
Public methodGetClientAssertionAsync
Provides client assertion of jwt-bearer type.
Top
See Also