namespace PS.IPAM; using System; /// /// Specifies the authentication method for phpIPAM API. /// [Serializable] public enum AuthType { /// /// Authentication using username and password credentials. /// Credentials, /// /// Authentication using a static API token. /// Token }