PowerShellTokenCacheProvider.GetTenantTokensForAccount Method
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.
public System.Collections.Generic.List<Microsoft.Azure.Commands.Common.Authentication.IAccessToken> GetTenantTokensForAccount (Microsoft.Identity.Client.IAccount account, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment environment, Action<string> promptAction);
member this.GetTenantTokensForAccount : Microsoft.Identity.Client.IAccount * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment * Action<string> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Common.Authentication.IAccessToken>
Public Function GetTenantTokensForAccount (account As IAccount, environment As IAzureEnvironment, promptAction As Action(Of String)) As List(Of IAccessToken)
Parameters
- account
- IAccount
- environment
- IAzureEnvironment