3 instantiations of TestTokenCredential
Aspire.Hosting.Azure.Tests (3)
ProvisioningTestHelpers.cs (3)
38
credential ?? new
TestTokenCredential
(),
55
public static TokenCredential CreateTokenCredential() => new
TestTokenCredential
();
311
public TokenCredential TokenCredential => new
TestTokenCredential
();