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