All Downloads are FREE. Search and download functionalities are using the official Maven repository.

runtime.csharp.IRT.Transport.Authorization.AuthMethod.cs Maven / Gradle / Ivy

There is a newer version: 1.3.19
Show newest version

namespace IRT.Transport.Authorization {
    public abstract class AuthMethod {
        public abstract bool FromValue(string value);
        public abstract string ToValue();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy