ExecutionResult Class
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.
Represents the result of a token acquisition attempt. Used by the execution observer configured via OnCompletion(ConfidentialClientApplicationBuilder, Func<AssertionRequestOptions,ExecutionResult,Task>).
public class ExecutionResult
type ExecutionResult = class
Public Class ExecutionResult
- Inheritance
-
ExecutionResult
Properties
| Name | Description |
|---|---|
| ClientCertificate |
The certificate used for authentication, if certificate-based authentication was used. |
| Exception |
The exception that occurred if the token acquisition failed. |
| Result |
The authentication result if the token acquisition was successful. |
| Successful |
Indicates whether the token acquisition was successful. |