mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
refactor: move auth models to better_networking package
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user