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