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