IAuthenticationOperation2.FormatResultAsync 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.
Will be invoked instead of IAuthenticationOperation.FormatResult
public System.Threading.Tasks.Task FormatResultAsync(Microsoft.Identity.Client.AuthenticationResult authenticationResult, System.Threading.CancellationToken cancellationToken = default);
abstract member FormatResultAsync : Microsoft.Identity.Client.AuthenticationResult * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FormatResultAsync (authenticationResult As AuthenticationResult, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- authenticationResult
- AuthenticationResult
- cancellationToken
- CancellationToken