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