8 lines
100 B
C#
8 lines
100 B
C#
namespace PS.IPAM;
|
|
using System;
|
|
|
|
[Serializable]
|
|
public enum AuthType {
|
|
credentials,
|
|
token
|
|
} |