AuthenticationResult.Account Property

Definition

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

Property Value

Applies to