Click or drag to resize

IClientAssertionProviderGetClientAssertionAsync Method

Provides client assertion of jwt-bearer type.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
Task<ClientAssertion> GetClientAssertionAsync()

Return Value

Type: TaskClientAssertion
The client assertion.
See Also