1 instantiation of TestTokenCredential
Aspire.Hosting.Azure.Tests (1)
DefaultUserPrincipalProviderTests.cs (1)
83
var customTokenCredential = new
TestTokenCredential
();
2 references to TestTokenCredential
Aspire.Hosting.Azure.Tests (2)
DefaultUserPrincipalProviderTests.cs (2)
83
var
customTokenCredential = new TestTokenCredential();
161
private sealed class TestTokenCredentialProviderWithCredential(
TestTokenCredential
tokenCredential) : ITokenCredentialProvider