mirror of
https://github.com/foss42/apidash.git
synced 2025-12-06 04:56:16 +08:00
refactor: move auth models to better_networking package
This commit is contained in:
@@ -1,12 +1 @@
|
||||
enum APIAuthType {
|
||||
none,
|
||||
basic,
|
||||
apiKey,
|
||||
bearer,
|
||||
jwt,
|
||||
digest,
|
||||
oauth1,
|
||||
oauth2,
|
||||
}
|
||||
|
||||
enum EnvironmentVariableType { variable, secret }
|
||||
|
||||
Reference in New Issue
Block a user