ClientAssertionProviderBase.GetClientAssertionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Client assertion
protected abstract System.Threading.Tasks.Task<Microsoft.Identity.Web.ClientAssertion> GetClientAssertionAsync (Microsoft.Identity.Client.AssertionRequestOptions? assertionRequestOptions);
abstract member GetClientAssertionAsync : Microsoft.Identity.Client.AssertionRequestOptions -> System.Threading.Tasks.Task<Microsoft.Identity.Web.ClientAssertion>
Protected MustOverride Function GetClientAssertionAsync (assertionRequestOptions As AssertionRequestOptions) As Task(Of ClientAssertion)
Parameters
- assertionRequestOptions
- AssertionRequestOptions