From b81dee68d5eb9751d7ea72dd9a05e359823f3295 Mon Sep 17 00:00:00 2001 From: zypherift Date: Wed, 12 Mar 2025 00:01:05 +0100 Subject: [PATCH] remove unused Kreta API endpoints class --- firka/lib/helpers/api/endpoints.dart | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 firka/lib/helpers/api/endpoints.dart diff --git a/firka/lib/helpers/api/endpoints.dart b/firka/lib/helpers/api/endpoints.dart deleted file mode 100644 index a123ab2..0000000 --- a/firka/lib/helpers/api/endpoints.dart +++ /dev/null @@ -1,6 +0,0 @@ -class KretaEndpoints { - static String kreta(String iss) => "https://$iss.e-kreta.hu"; - static const kretaIdp = "https://idp.e-kreta.hu"; - static const kretaLoginUrl = "https://idp.e-kreta.hu/Account/Login?ReturnUrl=%2Fconnect%2Fauthorize%2Fcallback%3Fprompt%3Dlogin%26nonce%3DwylCrqT4oN6PPgQn2yQB0euKei9nJeZ6_ffJ-VpSKZU%26response_type%3Dcode%26code_challenge_method%3DS256%26scope%3Dopenid%2520email%2520offline_access%2520kreta-ellenorzo-webapi.public%2520kreta-eugyintezes-webapi.public%2520kreta-fileservice-webapi.public%2520kreta-mobile-global-webapi.public%2520kreta-dkt-webapi.public%2520kreta-ier-webapi.public%26code_challenge%3DHByZRRnPGb-Ko_wTI7ibIba1HQ6lor0ws4bcgReuYSQ%26redirect_uri%3Dhttps%253A%252F%252Fmobil.e-kreta.hu%252Fellenorzo-student%252Fprod%252Foauthredirect%26client_id%3Dkreta-ellenorzo-student-mobile-ios%26state%3Drefilc_student_mobile%26suppressed_prompt%3Dlogin"; - -} \ No newline at end of file