const nc = () => ({
        client_secret: prng(),
        scope: "openid offline_access",
        redirect_uris: [`${Cypress.env("client_url")}/openid/callback`],
        grant_types: ["authorization_code", "refresh_token"],