UNPKG

@azure/msal-common

Version:
16 lines (14 loc) 512 B
/*! @azure/msal-common v15.7.0 2025-05-30 */ 'use strict'; /* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ function isOpenIdConfigResponse(response) { return (response.hasOwnProperty("authorization_endpoint") && response.hasOwnProperty("token_endpoint") && response.hasOwnProperty("issuer") && response.hasOwnProperty("jwks_uri")); } export { isOpenIdConfigResponse }; //# sourceMappingURL=OpenIdConfigResponse.mjs.map