ExecutionResult.Result Property
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.
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.