AuthenticationResult.Account 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.
Gets the account information. Some elements in IAccount might be null if not returned by the service. The account can be passed back in some API overloads to identify which account should be used such as AcquireTokenSilent(IEnumerable<String>, IAccount) or RemoveAsync(IAccount) for instance
public Microsoft.Identity.Client.IAccount Account { get; }
member this.Account : Microsoft.Identity.Client.IAccount
Public ReadOnly Property Account As IAccount