refactor: move auth models to better_networking package

This commit is contained in:
Udhay-Adithya
2025-07-02 22:07:47 +05:30
parent 3903277aa9
commit a11c833822
28 changed files with 452 additions and 560 deletions

View File

@@ -9,6 +9,8 @@ enum APIType {
final String abbr;
}
enum APIAuthType { none, basic, apiKey, bearer, jwt, digest, oauth1, oauth2}
enum HTTPVerb {
get("GET"),
head("HEAD"),