Implemented interface member:
method
GetUserPrincipalAsync
Aspire.Hosting.Azure.Provisioning.Internal.IUserPrincipalProvider.GetUserPrincipalAsync(System.Threading.CancellationToken)
5 references to GetUserPrincipalAsync
Aspire.Hosting.Azure.Tests (5)
DefaultUserPrincipalProviderTests.cs (5)
21var principal = await provider.GetUserPrincipalAsync(); 40var principal = await provider.GetUserPrincipalAsync(); 58var principal = await provider.GetUserPrincipalAsync(); 76() => provider.GetUserPrincipalAsync(cts.Token)); 88var principal = await provider.GetUserPrincipalAsync();