IClientAssertionProviderGetClientAssertionAsync Method |
Provides client assertion of jwt-bearer type.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
SyntaxTask<ClientAssertion> GetClientAssertionAsync()
Function GetClientAssertionAsync As Task(Of ClientAssertion)
Task<ClientAssertion> GetClientAssertionAsync()
function GetClientAssertionAsync() : Task<ClientAssertion>
Return Value
Type:
TaskClientAssertionThe client assertion.
See Also