Condividi tramite


ExecutionResult Class

Definition

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.

Applies to