3 references to HasJsonStringProperty
aspire (3)
Telemetry\InternalMicrosoftDetector.cs (3)
463return HasJsonStringProperty(json, "issuer", expectedIssuer) && 464HasJsonStringProperty(json, "keyEndpointURL", expectedKeyEndpoint) && 465HasJsonStringProperty(json, "tokenEndpointURL", expectedTokenEndpoint) &&