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)
21
var principal = await provider.
GetUserPrincipalAsync
();
40
var principal = await provider.
GetUserPrincipalAsync
();
58
var principal = await provider.
GetUserPrincipalAsync
();
76
() => provider.
GetUserPrincipalAsync
(cts.Token));
88
var principal = await provider.
GetUserPrincipalAsync
();