Condividi tramite


ExecutionResult.Result Property

Definition

The authentication result if the token acquisition was successful.

public Microsoft.Identity.Client.AuthenticationResult Result { get; }
member this.Result : Microsoft.Identity.Client.AuthenticationResult
Public ReadOnly Property Result As AuthenticationResult

Property Value

An AuthenticationResult containing the access token and related metadata if Successful is true; otherwise, null.

Applies to