Fixes, added session class
This commit is contained in:
8
classlib/enum/authType.cs
Normal file
8
classlib/enum/authType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PS.IPAM;
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public enum AuthType {
|
||||
credentials,
|
||||
token
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
namespace PS.IPAM;
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public enum methods {
|
||||
GET,
|
||||
POST,
|
||||
PATCH,
|
||||
DELETE
|
||||
}
|
||||
Reference in New Issue
Block a user